made the cast float->bool throw an error
[ozulis.git] / tests / lang / mugiwara / input / bad_expr / andand-int8-float.mgw
blob7f3c4581802f3eaacd6f529dff205e1b7f4517e3
1 void main()
3   cast(int8, 13) && cast(float, 0.2);