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
/
xi.c
blob: 54b42c5a3777b259ff47d1b6d551d1b48c057054 (
plain
)
1
2
3
4
5
6
7
foo (a) { int r = 0; if (a) r = 1; return r; }