Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

multiple_decls.h
// Header for PCH test multiple_decls.c

struct wide { int value; };
int wide(char);

struct narrow { char narrow; };
char narrow(int);