xref: /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/first-line-indent.c (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1        foo
2 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
3        bar
4 
5 // CHECK: {{^       }}foo
6 // CHECK: {{^       }}bar
7 
8