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