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