[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / div-float-int64.mgw
blob0f848701d525d51fc455d53afa5b7834e0f80e78
1 int32 main()
3   cast(float, 0.2) / cast(int64, 13L);
4   return 0;