Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040624-1.c
blob: 8eb92a4a7aa998da83d84bc1cfacb2467c17c539 [
file
] [
log
] [
blame
]
struct
s
{
float
f
[
1
];
};
struct
s foo
();
float
bar
()
{
return
foo
().
f
[
0
];
}