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