shithub: mc

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

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}