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