zot.c 59 B

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