shithub: mc

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

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}