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