Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git] / tests / math / mul16-8.c
blob78da458847d11c32776c27d0a3c9250d4148b6d4
1 // 16x8 multiplication
2 int16 x = 1026 * 2;
3 int16 y = x * 4;
4 y;