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
/
unsorted
/
set88.c
blob: 8069ea622a3d7c1c6e1d100e587c4d065e980e93 (
plain
)
1
2
3
4
5
6
7
8
9
foo (a) { return -1 << a; } bar (a, b) { return b | (-1 << a); }