Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

external-defs.h
// Helper for external-defs.c test

// Tentative definitions
int x;
int x2;

// Should not show up
static int z;

int incomplete_array[];
int incomplete_array2[];

struct S s;