shithub: mc

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