shithub: mc

ref: 042899b8725429043304247c297d0344cffe4780
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}