shithub: mc

ref: 89aa864b92914c1fddcdf352ca57a97a1f06bb4b
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}