Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

test.c
// RUN: clang-import-test -direct -import %S/Inputs/S.c -expression %s
void expr() {
  struct S MyS;
  MyS.a = 3;
}