shithub: mc

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

View raw version
use std

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