added new tests :-)
[ozulis.git] / tests / lang / mugiwara / input / expr / le-bool-double.mgw
blobea3506b9e8229a3b84256b6aecd949b94731c6b7
1 void main()
3   cast(bool, true) <= cast(double, 0.42);