Clang Project
clang_source_code
/
test
/
Preprocessor
/
first-line-indent.c
1
foo
2
// RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
3
bar
4
5
// CHECK: {{^ }}foo
6
// CHECK: {{^ }}bar
7
8