Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

other.h
#include "c.h"

#ifndef OTHER_H
#define OTHER_H
namespace N {
  struct C {
    template<typename U> static void f(U) {}
  };
}
#endif