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