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