ref: 728fe3286bec3f5e6b6df584d88c6b39e54237cb 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 }