[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / div-uint64-uint8.mgw
blob14a3c9c6e9bc392cb3d90ade300f9960c6abbc1c
1 int32 main()
3   cast(uint64, 13UL) / cast(uint8, 13);
4   return 0;