shithub: mc

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

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}