shithub: mc

ref: f4f2253f78a010e8ba652c405e611e5524fc19f7
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}