[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / mod-int8-uint8.mgw
blobd8a2db6c248ef113e0691066e5c6ffe1dc52e77e
1 int32 main()
3   cast(int8, 13) % cast(uint8, 13);
4   return 0;