Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module A [system] { // expected-note {{previous definition is here}} module sub { header "sys/A.h" } module sub2 { header "sys/A2.h" } module stdarg { header "stdarg.h" export * } } module A2 {}