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
/
gronk.c
blob: c1bb767e576956e51039cf322c4624131da65e67 (
plain
)
1
2
3
4
5
6
7
8
test_opt (a, b) unsigned a, b; { a = a / b; if (a == 0) a++; return a; }