shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}