shithub: mc

ref: 7194d93071002efaa90260999cc6530949e2b046
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}