ref: 1018f0d5c592cbe9c2d78b7197369f422ffa26b0 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 }