Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr83051-2.c
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
();
}