allwinner_a64/android/external/clang/test/Preprocessor/indent_macro.c
2018-08-08 16:14:42 +08:00

6 lines
119 B
C

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