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