updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / mod-uint32-uint64.mgw
blob020bc1382c2986f575e2f388059422314a6f82eb
1 int32 main()
3   cast(uint32, 13U) % cast(uint64, 13UL);
4   return 0;