indent_macro.c 119 B

123456
  1. // RUN: %clang_cc1 -E %s | grep '^ zzap$'
  2. // zzap is on a new line, should be indented.
  3. #define BLAH zzap
  4. BLAH