3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00

fix build of tests

This commit is contained in:
Nuno Lopes 2022-06-17 17:11:18 +01:00
parent fcbbf7ba76
commit c3407fc304
67 changed files with 67 additions and 6 deletions

View file

@ -9,6 +9,7 @@ Copyright (c) 2020 Microsoft Corporation
#include "ast/reg_decl_plugins.h"
#include "ast/ast_pp.h"
#include "ast/arith_decl_plugin.h"
#include <iostream>
static expr_ref mk_const(ast_manager& m, char const* name, sort* s) {
return expr_ref(m.mk_const(symbol(name), s), m);