Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2009-07-31-DbgDeclare.c
// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s
void foo(void) {
     int i = 0;
     i = 42;
}