shithub: mc

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