shithub: mc

ref: 75162b207cf3012bfa26d064787026bb044ad220
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}