shithub: mc

ref: 718107741aaeebbdce0391d6080ada98428c2c86
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}