Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

jumptable.ll
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s

define i32 @f() jumptable {
  ret i32 0
}

; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
; CHECK: ptr @f