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
/
comb.c
blob: a4689079b7938a9d2ecb0b4a2c5ebb3c08c5510b (
plain
)
1
2
3
4
5
6
7
foo (a, b) { int c = a & b; if ((a & b) == 0) return 0; return c; }