shithub: mc

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