rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr40556.c

12 lines
74 B
C

struct A {};
struct A foo()
{
return foo();
}
void bar()
{
foo();
}