shithub: mc

ref: 73158c2bad4d1ce6817abecf22e625039ccb1510
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}