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