[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / or-int64-int16.mgw
blobeaaf0f2b1176dc1f0f81a38e24af0ab60ac0c9fd
1 int32 main()
3   cast(int64, 13L) | cast(int16, 13);
4   return 0;