shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}