[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / lshr-int64-int8.mgw
blobd71565ce9004af701a85d85bee5f073f958dfddc
1 int32 main()
3   cast(int64, 13L) >> cast(int8, 13);
4   return 0;