shithub: mc

ref: 0b7f1ba84f3385eacef2b44758ca9be69c760cef
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}