shithub: mc

ref: 5b3d26f6ff1c59e7e781660b737147ff40352130
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}