3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-22 15:05:51 +00:00

Start resolving merge conflicts with master branch

This commit is contained in:
copilot-swe-agent[bot] 2026-07-15 04:14:50 +00:00 committed by GitHub
commit dcf81a2592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1020 changed files with 80693 additions and 20317 deletions

View file

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