main.c 55 B

12345678
  1. extern void foo();
  2. int main()
  3. {
  4. foo();
  5. return 0;
  6. }