Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / lirasm / tests / mul_xxy.in
1 ; 1073741823 * 2 < 2^31, and will not overflow.
2 big = immi 1073741823
3 two = immi 2
4
5 res = muli big two
6
7 reti res