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