bar.c 51 B

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