ref: 968a619a87998e26aca1498e42a296d1e9d5a5e7 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 }