New version of the assembler, that does better branch generation.
[sixpic.git] / tests / math / neg.c
blob8806631dd0080d50ba5df19daf45bf7910dce222
1 // test for negative values
3 int a = -3;
4 int b = -5;
5 a = a + b;