shithub: mc

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