blob: 9aafa9ce4352111700b01097a0289e6bdb3db5b5 [file] [log] [blame]
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