Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; RUN: opt < %s -inline -internalize -disable-output define void @foo() nounwind { ret void } define void @main(...) nounwind { call void @foo() ret void }