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