mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
add missing break stmt to example
Reported by Henrique Preto
This commit is contained in:
parent
e2cfc53c9f
commit
87e45221fd
|
@ -561,6 +561,7 @@ void display_ast(Z3_context c, FILE * out, Z3_ast v)
|
|||
}
|
||||
case Z3_QUANTIFIER_AST: {
|
||||
fprintf(out, "quantifier");
|
||||
break;
|
||||
}
|
||||
default:
|
||||
fprintf(out, "#unknown");
|
||||
|
|
Loading…
Reference in a new issue