blob: dbe0788976011804f3408c3ff36144e207a3e87e [file]
#include <stdio.h>
__attribute__ ((weak))
void
bar (void)
{
printf ("PASS\n");
}