Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; 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 }