pr11138-1.c 95 B

12345678910111213
  1. #include <stdio.h>
  2. void
  3. bar (void)
  4. {
  5. printf ("DSO bar\n");
  6. }
  7. void
  8. foo (void)
  9. {
  10. bar ();
  11. }