shithub: mc

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