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