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