shithub: mc

ref: 90e26e0f687da28530b3b967df0cedf20407c071
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}