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, 0 insertions, 10 deletions
diff --git a/test/regress/regress0/sep/fmf-nemp-2.smt2 b/test/regress/regress0/sep/fmf-nemp-2.smt2
deleted file mode 100644
index 679b1e363..000000000
--- a/test/regress/regress0/sep/fmf-nemp-2.smt2
+++ /dev/null
@@ -1,10 +0,0 @@
-; 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 0)) (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