Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

module-hash-strtab2.ll
source_filename = "foo.c"

$dat = comdat any

define void @main() comdat($dat) {
  call void @foo()
  ret void
}

declare void @foo()