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