vers26b.c 72 B

12345678910
  1. #pragma weak foo
  2. void foo ();
  3. void
  4. ref ()
  5. {
  6. if (foo)
  7. foo ();
  8. }