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