Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / lirasm / tests / callid1.in
1 i = immi -1;
2 j = immi 3;
3 k = immi 6;
4 x = immd 1.1;
5 y = immd 3.3;
6 z = immd 4.4;
7
8 res = calld callid1 cdecl i x y j k z
9 retd res
10