shithub: mc

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