summaryrefslogtreecommitdiff
path: root/test/Preprocessor/first-line-indent.c
blob: d220d57a282019b12b3658b97118c912e7e27d46 (plain)
1
2
3
4
5
6
7
       foo
// RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
       bar

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