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