blob: 0c438a246821f9ef9a98ad54723daa5d97fbde2f [file] [log] [blame]
#include <stdio.h>
__attribute__ ((weak))
void
foo (void)
{
printf ("pr19553b\n");
}