Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

p5.cpp
// RUN:  %clang_cc1 -std=c++2a -verify %s -code-completion-at=%s:6:16
// expected-no-diagnostics

template <typename T> concept C = true;
void bar(C auto foo);
int y = bar(