shithub: mc

ref: 218258e4ac2940303be597272245cb09662fd759
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}