updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / mul-float-uint16.mgw
blobf142e7c880b9006f024e73985cc63631e351237b
1 int32 main()
3   cast(float, 0.2) * cast(uint16, 13);
4   return 0;