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-09-14-NegatePointer.c
// RUN: %clang_cc1 -emit-llvm %s -o - 
// PR1662

int foo(unsigned char *test) {
  return 0U - (unsigned int )test;
}