Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; Check that we accept functions with '$' in the name. ; RUN: llc -mtriple=wasm32-unknown-linux < %s | FileCheck %s define hidden i32 @"_Z54bar$ompvariant$bar"() { entry: ret i32 2 }