shithub: mc

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