shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}