3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00
z3/test_non_recursive.smt2
copilot-swe-agent[bot] cd1aaf2895 Complete fix for recursive function infinite loop during assertion
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2025-08-18 01:29:24 +00:00

2 lines
No EOL
63 B
Text

(define-funs-rec ((f ((x Int)) Bool)) ((= x 1)))
(assert (f 1))