shithub: mc

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