blob: 2bb2eaff54f895b819f7c233bbff2a8eb1a1d5f9 [file] [log] [blame]
/* { dg-options "-fno-early-inlining" } */
void
bar ()
{
bar (0);
}
__attribute__ ((flatten))
void foo ()
{
bar ();
}