ref: 4ef66b11ded8bc99387219a81328d33c775ce7a9 dir: /test/trunccast.myr/
/* should truncate y when casting to x, exiting with status 15 */ const main = { var x : int8 var y : int32 y = 9999 x = y castto(int8) -> x % 73 }