shithub: mc

ref: 1019b884273ecfba87c33205a50084981820376f
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}