Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2008-02-18-IntPointerCrash.ll
; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
; PR2060

define i8* @foo() {
       ret i8* 0
}