shithub: mc

ref: 96641430b332facfacc55f6060d0425886f35697
dir: /test/mul8.myr/

View raw version
use std

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