updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / sub-uint32-float.mgw
blob8f534e1d9acfbdf6b5906c19f4c666f82c3aa1e2
1 int32 main()
3   cast(uint32, 13U) - cast(float, 0.2);
4   return 0;