Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify // expected-no-diagnostics int t14(void) { return; } void t15(void) { return 1; }