Skip to content

Commit

Permalink
void
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 23, 2020
1 parent 43d9323 commit 85b4fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/c/test_capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,7 @@ void two_contexts_example1()
x1 = Z3_mk_const(ctx1, Z3_mk_int_symbol(ctx1,0), Z3_mk_bool_sort(ctx1));
x2 = Z3_mk_const(ctx2, Z3_mk_int_symbol(ctx2,0), Z3_mk_bool_sort(ctx2));

(void)x1;
Z3_del_context(ctx1);

/* ctx2 can still be used. */
Expand Down Expand Up @@ -2104,6 +2105,7 @@ void forest_example() {
(void)f3;
(void)f2;
(void)t4;
(void)t3;
(void)t2;

/* nil != cons(nil,nil) */
Expand Down

0 comments on commit 85b4fc1

Please sign in to comment.