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