ref: 3cc27c015d4354faed21058af35cf7e4a79839dd 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 }