Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

chain-decls2.h
void g(void);

struct two {};
void one(void);
struct three {}; // for verification

void many(int k);
struct many;
void many(int l);
struct many {};

void noret(void) __attribute__((noreturn));