added some tests
[ozulis.git] / tests / lang / mugiwara / input / expr / mod-float-bool.mgw
blob9dc4e6891a47dacdff6f10a970032f6bc9d16430
1 void main()
3   cast(float, 0.2) % cast(bool, true);