Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

type-unique-opaque.ll
%t = type { i8 }
%t2 = type { %t*, i16 }

define %t2* @f() {
  ret %t2* null
}