mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 04:27:52 +00:00
2 lines
No EOL
75 B
Text
2 lines
No EOL
75 B
Text
(define-funs-rec ((loop ((x Int)) Int)) ((loop x)))
|
|
(assert (= (loop 1) 0)) |