Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

A.h
int no_umbrella_A;

inline int has_warning(int x) {
  if (x > 0)
    return x;
  // Note: warning here is suppressed because this module is considered a
  // "system" module.
}