shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}