shithub: mc

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