added new tests :-)
[ozulis.git] / tests / lang / mugiwara / input / expr / gt-bool-uint8.mgw
blobcedddd539dfdf114e50e1d562086de0af95b9e25
1 void main()
3   cast(bool, true) > cast(uint8, 13);