3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-22 23:15:51 +00:00
This commit is contained in:
Nuno Lopes 2026-02-15 22:09:11 +00:00
parent 1a189ebdd7
commit fa73827d98
3 changed files with 51 additions and 78 deletions

View file

@ -39,7 +39,7 @@ static void hit_me(char const* wm) {
Z3_mk_bv_sort(ctx,i);
}
catch (std::bad_alloc) {
catch (std::bad_alloc&) {
std::cout << "caught\n";
}
}