shithub: mc

ref: 361fe40c15b2303421fe7b7df59712426e187104
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}