Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

only-needed-named-metadata.ll
@X = external global i32

declare i32 @foo()

define void @bar() {
	load i32, i32* @X
	call i32 @foo()
	ret void
}