shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}