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-decls1.h
void f(void);

struct one {};
void two(void);

void many(int i);
struct many;
void many(int j);
struct many;

void noret(void);