shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}