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