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
/
pr23944.c
blob: 45bed7e5d6eb946d12fa5893f94b437bd49f01f2 (
plain
)
1
2
3
4
float
f
(
float
src
[][
4
])
{
return
*
(
src
[
3
]);
}