shithub: mc

ref: 3805b9556a6ed96cac073dbda26519f3390661ee
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}