shithub: mc

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