Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
struct S { void m(int x); S(); S(const S&); operator const char*(); operator char*(); };