Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
int foo(void) { int x; asm goto("" : "=r"(x) : : : indirect); x = 42; indirect: return x; }