Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

dummy.h
// This module only exists to make local decl IDs and global decl IDs different.
#ifndef DUMMY_H
#define DUMMY_H
struct Dummy {} extern *dummy1, *dummy2, *dummy3;
#endif