shithub: mc

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