shithub: mc

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