foo()1 int foo() { return 42; }
2 
main()3 int main() {
4 #line 0
5   return foo();
6 }
7