main.c 55 B

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