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