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