blob: 2f6777864a02c6cc42cba47a26e8fc0cabc356d2 [file] [log] [blame]
static void __attribute__((noinline))
bar (void)
{
}
void
foo (void)
{
bar ();
}