2017-04-10 13:32:00 +02:00

9 lines
88 B
C

#include <stdio.h>
__attribute__ ((weak))
void
foo (void)
{
printf ("pr19553b\n");
}