shithub: mc

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

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}