shithub: mc

ref: 9edbd938a58bdcd53f38bc4b8fcdae73177432c4
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}