bar.c 49 B

12345
  1. extern int foo();
  2. int main()
  3. {
  4. return foo();
  5. }