shithub: mc

ref: 82526d4456cab45d013dbf12fe9d49cd79ec9796
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)))
}