shithub: mc

ref: 80126fceaea7d2fc98094d1e280757f686bead22
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}