Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

scrub_attrs.ll
; RUN: opt -S < %s | FileCheck %s

declare void @foo()

define internal void @bar() {
  call void @foo() readnone
  ret void
}