shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}