freebsd-nq/test/Preprocessor/indent_macro.c
2009-06-02 17:58:47 +00:00

7 lines
117 B
C

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