summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sqrt2-sort-inf-unk.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sqrt2-sort-inf-unk.smt2')
-rw-r--r--test/regress/regress1/sqrt2-sort-inf-unk.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/sqrt2-sort-inf-unk.smt2 b/test/regress/regress1/sqrt2-sort-inf-unk.smt2
new file mode 100644
index 000000000..f4b15020a
--- /dev/null
+++ b/test/regress/regress1/sqrt2-sort-inf-unk.smt2
@@ -0,0 +1,6 @@
+; COMMAND-LINE: --sort-inference
+; EXPECT: unknown
+(set-logic QF_NRA)
+(declare-fun x () Real)
+(assert (= (* x x) 2.0))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback