updated expr tests
[ozulis.git] / tests / lang / mugiwara / input / expr / mul-bool-int16.mgw
blobd3d597978af1c8cf8379497cff727b56e4b67345
1 int32 main()
3   cast(bool, true) * cast(int16, 13);
4   return 0;