Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr40556.c
blob: 625175d77889aaf0cfe6025a327ffb079f0314b1 [
file
] [
log
] [
blame
]
struct
A
{};
struct
A foo
()
{
return
foo
();
}
void
bar
()
{
foo
();
}