shithub: mc

ref: f6d4fa4780350777e7446258997ffd7b9217a84a
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}