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