shithub: mc

ref: 57a068ab811c98dbabc73eb40f0c7fa94da5fab0
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}