xref: /llvm-project/clang/test/CodeGen/Inputs/debug-info-file-checksum-pre.cpp (revision 1c2558021c155878c305701e11e3714cb521f599)
1 #line 1 "F:\\svn\\clang\\test\\CodeGen\\Inputs\\debug-info-file-checksum.c"
2 #line 1 "f:\\svn\\clang\\test\\codegen\\inputs\\code-coverage-filter1.h"
test1(void)3 void test1(void) {}
4 #line 2 "F:\\svn\\clang\\test\\CodeGen\\Inputs\\debug-info-file-checksum.c"
5 #line 1 "f:\\svn\\clang\\test\\codegen\\inputs\\code-coverage-filter2.h"
test2(void)6 void test2(void) {}
7 #line 3 "F:\\svn\\clang\\test\\CodeGen\\Inputs\\debug-info-file-checksum.c"
foo(int x)8 int foo(int x) {
9   return x+1;
10 }
11