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