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

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

OpenPOWER on IntegriCloud