bar.c 47 B

12
  1. extern int foo();
  2. int main() { return foo(); }