1 main(int argc,char ** argv)2 int main(int argc, char** argv) { 3 return f(); 4 } 5 f()6 int f() { 7 return 42; 8 } 9