Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
];
}