Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2006-09-25-DebugFilename.c
// RUN: not %clang_cc1  %s -emit-llvm -o /dev/null
#include "2006-09-25-DebugFilename.h"
int func1() { return hfunc1(); }
int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}}