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