ref: fb881a4e58df2e5cd0ec824024e63db0811f5dcc dir: /test/local-labels.myr/
use std const main = { goto foo std.exit(123) :foo std.exit(bar()) } const bar = { goto foo -> 42 :foo -> 10 }