foo()1 int foo() { return 0; }
main()2 int main() { return foo(); }
3