xref: /llvm-project/clang/test/CodeGen/Inputs/debug-info-file-checksum-line.cpp (revision 1c2558021c155878c305701e11e3714cb521f599)

foo(int x)1 int foo(int x) {
2   return x+1;
3 }
4 
5 #line 100
test1(void)6 void test1(void) {}
7 
8 #line 200
test2(void)9 void test2(void) {}
10