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