Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2002-08-15-CastAmbiguity.ll
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s

define void @test(i32 %X) {
        call void @test( i32 6 )
        ret void
}