Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// Header for PCH test cxx-using.cpp struct B { void f(char c); }; struct D : B { using B::f; void f(int); };