[moulette] added some documentation
[ozulis.git] / tests / lang / mugiwara / input / expr / div-uint64-float.mgw
blob721a4c4e9c122e50084aef5000c1c240cd97becf
1 int32 main()
3   cast(uint64, 13UL) / cast(float, 0.2);
4   return 0;