[moulette] added some documentation
[ozulis.git] / tests / lang / mugiwara / input / expr / eq-double-uint16.mgw
blob75012c2914b8de0763bba0c64193e26e87db6f4f
1 int32 main()
3   cast(double, 0.42) == cast(uint16, 13);
4   return 0;