updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / lt-float-int16.mgw
blobb43755d68b528e71c849294f3145b57dd72f6842
1 int32 main()
3   cast(float, 0.2) < cast(int16, 13);
4   return 0;