Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2003-06-29-MultipleFunctionDefinition.c
// RUN: %clang_cc1 -std=gnu89 -emit-llvm %s  -o /dev/null

/* This is apparently legal C.
 */
extern __inline__ void test(void) { }

void test(void) {
}