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