shithub: mc

ref: 46ed41336621a10e35d0febce05d0ac1a4dcfa48
dir: /test/trunccast.myr/

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

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