ref: 9e0580680ed42ede1be099e181f50340f3a2f3a2 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 }