updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / le-bool-uint64.mgw
blob8f94b83e7f6ee07cf085c41363aa8d8756e4d51e
1 int32 main()
3   cast(bool, true) <= cast(uint64, 13UL);
4   return 0;