ref: 3a49659e6d6d1d0289b7b0501eb03f23d48e828f 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 }