updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / oror-int64-bool.mgw
blob11ef935eaca60e274cb3b2a8cf7cd046988eb7e1
1 int32 main()
3   cast(int64, 13L) || cast(bool, true);
4   return 0;