Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
%struct = type {i32, i8} declare void @baz(%struct* byval(%struct)) define void @foo(%struct* byval(%struct) %a) { call void @baz(%struct* byval(%struct) %a) ret void }