1 extern int foo(int);
2 
main(void)3 int main(void) {
4   return foo(18);
5 }
6