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