shithub: mc

ref: 9c6173cb0b582ce5a5115ea096a0865c7e2334bb
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)))
}