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