shithub: mc

ref: 5519708b4c280661204744f50e140298919dd718
dir: /test/voideffect.myr/

View raw version
use std

const bar = {
	std.put("pass")
}

const foo = {
	-> bar()
}

const main = {
	foo()
}