bolt/deps/llvm-18.1.8/clang/test/Preprocessor/indent_macro.c
2025-02-14 19:21:04 +01:00

7 lines
171 B
C

// 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