Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s void foo(void) { int i = 0; i = 42; }