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