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-12-09-Cast-To-Bool.ll
; RUN: llvm-as < %s | llvm-dis | grep bitcast
; RUN: verify-uselistorder %s

define i1 @main(i32 %X) {
  %res = bitcast i1 true to i1
  ret i1 %res
}