shithub: mc

ref: bed033d73b58b686cc0367e41eb78b3c6a57c9d6
dir: /test/mul8.myr/

View raw version
use std

var a : int8 = 6
const f = { -> int8
	-> 3
}
const main = {
	std.exit(((a*f()) castto(int)))
}