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-22-UnionCrash.c
// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null

struct Blend_Map_Entry {
  union {
   float Colour[5];
   double Point_Slope[2];
  } Vals;
};

void test(struct Blend_Map_Entry* Foo)
{
}