vers22.c 48 B

1234567
  1. extern void bar ();
  2. void
  3. foo ()
  4. {
  5. bar ();
  6. }