index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040624-1.c
blob: 8eb92a4a7aa998da83d84bc1cfacb2467c17c539 (
plain
)
1
2
3
struct
s
{
float
f
[
1
];
};
struct
s
foo
();
float
bar
()
{
return
foo
().
f
[
0
];
}