summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/fmf-nemp-2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sep/fmf-nemp-2.smt2')
-rw-r--r--test/regress/regress0/sep/fmf-nemp-2.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/sep/fmf-nemp-2.smt2 b/test/regress/regress0/sep/fmf-nemp-2.smt2
new file mode 100644
index 000000000..71fe96d71
--- /dev/null
+++ b/test/regress/regress0/sep/fmf-nemp-2.smt2
@@ -0,0 +1,10 @@
+; COMMAND-LINE: --finite-model-find --no-check-models
+; EXPECT: sat
+(set-logic ALL_SUPPORTED)
+(declare-sort U 0)
+(declare-fun u1 () U)
+(declare-fun u2 () U)
+(assert (not (= u1 u2)))
+(assert (forall ((x U)) (=> (not (= x (as sep.nil U))) (sep (not (emp u1)) (pto x 0)))))
+; satisfiable with heap of size 2, model of U of size 3
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback