shithub: mc

ref: 332e6294f82885227cef60706b6cdb271e27514a
dir: /test/voideffect.myr/

View raw version
use std

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

const foo = {
	-> bar()
}

const main = {
	foo()
}