Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

macro_undef.c
// RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s

// CHECK-NOT: #define __clang__
// CHECK: #define foo 1