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)3void 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)6void test2(void) {} 7 #line 3 "F:\\svn\\clang\\test\\CodeGen\\Inputs\\debug-info-file-checksum.c" foo(int x)8int foo(int x) { 9 return x+1; 10 } 11