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