blob: 4718a276bdba0545df13ae9ee85ab49db0802c59 [file] [log] [blame]
/* { dg-options "-fno-early-inlining" } */
/* { dg-require-effective-target non_strict_prototype } */
void
bar ()
{
bar (0);
}
__attribute__ ((flatten))
void foo ()
{
bar ();
}