shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}