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