shithub: mc

ref: 764fd41f08380207107ec05f65d0d0bf5b76797c
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}