[moulette] added some documentation
[ozulis.git] / tests / lang / mugiwara / input / expr / gt-int16-uint32.mgw
blob2e0875bacee551dfc344b9a3fe440fc4e9ce8d3e
1 int32 main()
3   cast(int16, 13) > cast(uint32, 13U);
4   return 0;