shithub: mc

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