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