shithub: mc

ref: 7ff4ff093be217d1842d2efb99de5cb68119d48b
dir: /test/trunccast.myr/

View raw version
const main = {
	var x : int8
	var y : int32

	y = 9999
	x = y castto(int8)
	-> x % 73
}