fixed cmp expressions
[ozulis.git] / tests / lang / mugiwara / input / expr / andand-bool-double.mgw
blob5c3b916a86b2e5f872b853d401ba5922441b7367
1 void main()
3   cast(bool, true) && cast(double, 0.42);