summaryrefslogtreecommitdiff
path: root/test/Preprocessor/indent_macro.c
blob: e69500750f51a39b3f4d587f0766d89c9e7028d8 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -E %s | grep '^   zzap$'

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