ref: 1c52c3c30241558dcc6bf01a618528cfe8f552b2 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 }