[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / gt-uint32-uint32.mgw
blob972803d32c9db8c07653158a4626568ecf0afb55
1 int32 main()
3   cast(uint32, 13U) > cast(uint32, 13U);
4   return 0;