Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; RUN: llvm-as %s -o /dev/null ; RUN: verify-uselistorder %s define void @test() { call {i32} @foo() ret void } declare {i32 } @foo()