shithub: mc

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

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}