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