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