blob: adb150245027ab5efa31d7e206ce8f0d2f3aef75 [file] [log] [blame]
static void __attribute__((noinline))
bar (void)
{
}
void *
foo (void)
{
return bar;
}
void
quxx (void)
{
return bar ();
}