shithub: mc

ref: f263a4c9f2a8e254bacecfb2c5f48535c24e2c0e
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)))
}