ref: c2e43912229c28cfbc8675e8309bbc9ea9e13d31 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 }