[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / ge-int16-float.mgw
blob15ba7afbaf20d4d2dcde7233c9a6af930ac783d0
1 int32 main()
3   cast(int16, 13) >= cast(float, 0.2);
4   return 0;