shithub: mc

ref: fefdce5c957865ebcf2e30c99b5ff1b6e09e0efb
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}