added some tests
[ozulis.git] / tests / lang / mugiwara / input / expr / div-int16-float.mgw
blobc45e695193d841c3123c7ffd42dea7559ddccba8
1 void main()
3   cast(int16, 13) / cast(float, 0.2);