Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / first-line-indent.c
blob9aafa9ce4352111700b01097a0289e6bdb3db5b5
1 foo
2 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
3 // RUN: %clang_cc1 -E -fminimize-whitespace %s | FileCheck -strict-whitespace %s --check-prefix=MINCOL
4 // RUN: %clang_cc1 -E -fminimize-whitespace -P %s | FileCheck -strict-whitespace %s --check-prefix=MINWS
5 bar
7 // CHECK: {{^ }}foo
8 // CHECK: {{^ }}bar
10 // MINCOL: {{^}}foo
11 // MINCOL: {{^}}bar
13 // MINWS: {{^}}foo bar