pr19553d.c 88 B

12345678
  1. #include <stdio.h>
  2. __attribute__ ((weak))
  3. void
  4. foo (void)
  5. {
  6. printf ("pr19553d\n");
  7. }