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