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