ref: 5b7e3296ba57c446904ecd173ad9f3823a119851 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 }