shithub: mc

ref: 0423f18453e30a452cec63e8cfff93a41c63edcb
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}