shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}