shithub: mc

ref: 2dc7f1dc369c28ef9967e8f46248f33a8c99e0ad
dir: /test/mul8.myr/

View raw version
use std

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