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
/
950816-1.c
blob: da849bbad0af93fb9ec1560387bfcd791f87ce17 (
plain
)
1
2
3
4
5
6
7
f
()
{
unsigned
char
b
[
2
];
float
f
;
b
[
0
]
=
(
unsigned
char
)
f
/
256
;
return
0
;
}