shithub: mc

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