summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/cos-bound.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/nl/cos-bound.smt2')
-rw-r--r--test/regress/regress1/nl/cos-bound.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/nl/cos-bound.smt2 b/test/regress/regress1/nl/cos-bound.smt2
new file mode 100644
index 000000000..e19260d63
--- /dev/null
+++ b/test/regress/regress1/nl/cos-bound.smt2
@@ -0,0 +1,6 @@
+; COMMAND-LINE: --nl-ext
+; EXPECT: unsat
+(set-logic QF_UFNRA)
+(declare-fun x () Real)
+(assert (> (cos x) 1.0))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback