Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20040624-1.c
1
struct
s
{
float
f
[
1
]
;
}
;
2
struct
s
foo
(
)
;
3
float
bar
(
)
{
return
foo
(
)
.
f
[
0
]
;
}