summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/issue6475-rr-const.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/issue6475-rr-const.smt2')
-rw-r--r--test/regress/regress0/quantifiers/issue6475-rr-const.smt28
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/issue6475-rr-const.smt2 b/test/regress/regress0/quantifiers/issue6475-rr-const.smt2
new file mode 100644
index 000000000..11cc56547
--- /dev/null
+++ b/test/regress/regress0/quantifiers/issue6475-rr-const.smt2
@@ -0,0 +1,8 @@
+(set-logic ALL)
+(set-info :status sat)
+(set-option :macros-quant true)
+(declare-sort I_fb 0)
+(declare-fun fb_arg_0_1 (I_fb) Int)
+(declare-fun name!0 (I_fb) Int)
+(assert (forall ((?j I_fb)) (! (= (name!0 ?j) (fb_arg_0_1 ?j)) :qid k!9)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback