YouCompleteMe/cpp/llvm/tools/clang/test/Preprocessor/indent_macro.c

7 lines
119 B
C
Raw Normal View History

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