shithub: mc

ref: 228b30bfe204fc490e16eec6ba5484991a765074
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}