blob: 0dcaa7b4b9aff08d689b295f1eecc974d618dbda [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -E %s | grep '^ zzap$'
2
3// zzap is on a new line, should be indented.
4#define BLAH zzap
5 BLAH
6