pr28348c.c 63 B

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