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