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