[tests] removed the input folder
[ozulis.git] / tests / lang / mugiwara / expr / ne-bool-int8.mgw
blob3cd10bd7b249cacd76dd1251232edbd87b5c23f2
1 int32 main()
3   cast(bool, true) != cast(int8, 13);
4   return 0;