mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 22:40:08 +00:00
2 lines
No EOL
73 B
Text
2 lines
No EOL
73 B
Text
(define-funs-rec ((g ((a Int) (b Int)) Bool)) ((g a b)))
|
|
(assert (g 2 2)) |