shithub: mc

ref: 76fe8d4412f3854075000a0718e30abdfd7a9087
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}