ref: b0ba815356f0c434568f9d799ea4c7d470be6173 dir: /test/nestedgoto.myr/
use std const main = { match 0 | 0: goto ok | 1: :ok -> void | _: ;; std.exit(1) }