aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/first-line-indent.c
blob: 9aafa9ce4352111700b01097a0289e6bdb3db5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
       foo
// RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
// RUN: %clang_cc1 -E -fminimize-whitespace %s | FileCheck -strict-whitespace %s --check-prefix=MINCOL
// RUN: %clang_cc1 -E -fminimize-whitespace -P %s | FileCheck -strict-whitespace %s --check-prefix=MINWS
       bar

// CHECK: {{^       }}foo
// CHECK: {{^       }}bar

// MINCOL: {{^}}foo
// MINCOL: {{^}}bar

// MINWS: {{^}}foo bar