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