Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
struct Incomplete; struct X : Incomplete { X(); }; struct Y : X { using X::X; };