shithub: mc

ref: b120745ab31e2b6a061b97c20e40ff643e2c867b
dir: /test/mul8.myr/

View raw version
use std

var a : int8 = 6
const f = { -> int8
	-> 3
}
const main = {
	std.exit(((a*f() : int)))
}