freebsd-dev/test/Preprocessor/indent_macro.c
2010-01-01 10:34:51 +00:00

7 lines
119 B
C

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