Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git] / tests / math / compare.c
blob112f72b992dbadc172308e286900a7781d0505cf
1 // comparison operators in expressions
2 byte x = (1 < 3) + 3;
3 byte y = (x == 4) + 2;
4 y;