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