llvm-for-llvmta/tools/clang/test/Preprocessor/first-line-indent.c

8 lines
135 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
foo
// RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
bar
// CHECK: {{^ }}foo
// CHECK: {{^ }}bar