shithub: mc

ref: 332da77476a90dd8504d6100ad30380a3e82fe03
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}