shithub: mc

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

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}