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