3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 03:31:23 +00:00

Initial analysis of memory leak issue

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-06-20 22:48:42 +00:00
parent 5e86c97565
commit 6eeed84383

2
leak.smt2 Normal file
View file

@ -0,0 +1,2 @@
(assert (< 0 (div 0 0)))
(check-sat)