index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc_arm
/
testsuite
/
gcc.c-torture
/
unsorted
/
andn.c
blob: 2e38dd0e36e08d350042a6158e7c6d132233fa23 (
plain
)
1
2
3
4
5
foo (a) { int b = 0x1fff; return a & ~b; }