shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}