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