Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

funcimport2.ll
define linkonce_odr hidden void @foo() {
    ret void
}

define void @bar() {
    call void @foo()
    ret void
}