Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
int f1() { return 1; } int main() { f1(); return 0; }