Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
void function2(int *o) { if (!o) { *o = 7; // This will emit a null pointer diagnostic. } }