[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / mul-uint64-uint32.mgw
blobc6b6fc53261536584462fc52fc9f686818acde2b
1 int32 main()
3   cast(uint64, 13UL) * cast(uint32, 13U);
4   return 0;