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