shithub: mc

ref: 42230832997d2092cad72a775e738ab2d50df1dc
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)))
}