Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

indent_macro.c
// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
// CHECK:   zzap

// zzap is on a new line, should be indented.
#define BLAH  zzap
   BLAH