Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

html-diag-singlefile.h
static void f(void) {
  int *p = 0;
  *p = 1;       // expected-warning{{Dereference of null pointer}}
}