Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
zero-strct-2.c
1
struct
{
}
foo
=
{
}
;
2
void
*
bar
(
void
)
{
return
&
foo
;
}