shithub: mc

ref: 5ce1ef188530525a21db822bafcd7886d96fcb92
dir: /test/voidcall.myr/

View raw version
const f = {
	var a

	a = a + 1
}

const main = {
	f()
	-> 12
}