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-dst-types2.ll
%A.11 = type { %B }
%B = type { i8 }
@g1 = external global %A.11

define %A.11* @use_g1() {
  ret %A.11* @g1
}