Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

dwarfdump-inl-test.h
inline int inlined_h() {
  volatile int z = 0;
  return z;
}

inline int inlined_g() {
  volatile int y = inlined_h();
  return y;
}