shithub: mc

ref: 8fc0919576234ccc15a9f66e43a326fd15f9ca79
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}