shithub: mc

ref: 321aec6bf2b82698196a94725e37cee135b1fe2b
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}