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