New version of the assembler, that does better branch generation.
[sixpic.git] / tests / math / add.c
blobef26c14d58adedf9b520603e61c82672d8c23c4d
1 /* Test assignment and simple expressions */
3 int x;
5 x = 2+3;
6 x = 6+7;