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