Files
llvm-project/clang/test/Preprocessor/indent_macro.c
Chris Lattner 31eef321bf Initial checkin of testsuite
llvm-svn: 38538
2006-06-18 05:42:02 +00:00

7 lines
114 B
C

// RUN: clang -E %s | grep '^ zzap$'
// zzap is on a new line, should be indented.
#define BLAH zzap
BLAH