shithub: mc

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