shithub: mc

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