3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-11 12:39:57 -07:00
parent a990e7f02e
commit 31a6788859

View file

@ -835,6 +835,8 @@ void tst_visit() {
std::cout << "visit example\n";
context c;
// only one of the occurrences of x*x is visited
// because they are the same subterms
expr x = c.int_const("x");
expr y = c.int_const("y");
expr z = c.int_const("z");