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