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