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