main.c 51 B

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