shithub: mc

ref: 7ef923fc9dfde99b672009f84340f5f398b96a80
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}