repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git]
/
tests
/
math
/
compare.c
blob
112f72b992dbadc172308e286900a7781d0505cf
1
// comparison operators in expressions
2
byte x
= (
1
<
3
) +
3
;
3
byte y
= (
x
==
4
) +
2
;
4
y
;