Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
struct A { }; template <class T> struct S{ S(const A &); }; S(const A&) -> S<A>; typedef decltype(S(A())) Type0;