ref: 6ac0e591f2297ee9c3a5519844d9825e25db037b 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 }