Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2007-05-16-EmptyStruct.c
// PR 1417
// RUN: %clang_cc1 -no-opaque-pointers   %s -emit-llvm -o - | FileCheck %s

// CHECK: global %struct.anon* null
struct { } *X;