hanchenye-llvm-project/clang/test/Preprocessor/indent_macro.c

8 lines
171 B
C
Raw Normal View History

// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
// CHECK: zzap
// zzap is on a new line, should be indented.
#define BLAH zzap
BLAH