Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; RUN: opt -S < %s | FileCheck %s declare void @foo() define internal void @bar() { call void @foo() readnone ret void }