shithub: mc

ref: 90fcb10fa853eb2423ea2351f41a18e2ac0247d6
dir: /test/mul8.myr/

View raw version
use std

var a : int8 = 6
const f = { -> int8
	-> 3
}
const main = {
	std.exit(((a*f() : int)))
}