index
:
agbcc
master
game boy advance c compiler
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; }