[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / andand-int64-uint16.mgw
blob1d65faf574df75b345e7c116de6b95b955ce6b8d
1 int32 main()
3   cast(int64, 13L) && cast(uint16, 13);
4   return 0;