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