shithub: mc

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