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