shithub: mc

ref: 100ed8406343f027aa442e79fe59c653c8fc02a4
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}