shithub: mc

ref: 012c761ef5952366fe4c9be95ad8aa250afe6154
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}