shithub: mc

ref: 290af5c176be42347969ad80ed9d73391a36c61e
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}