shithub: mc

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