Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

d.h
#include "a.h" // ensure that our canonical decl is not from b
struct A;
#include "b.h"
struct A;
#include "c.h" // ensure that our type for A doesn't reference the definition in b
struct A;