blob: 6e388f8995ecaf0def75d7c60a1f51ded1dfbc60 [file] [log] [blame]
#include <stdio.h>
static void
bar (void)
{
printf ("bar 3\n");
}
void *
bar3_p (void)
{
return bar;
}