summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/mod.02.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/mod.02.smt2')
-rw-r--r--test/regress/regress1/arith/mod.02.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/mod.02.smt2 b/test/regress/regress1/arith/mod.02.smt2
new file mode 100644
index 000000000..ee4333ea5
--- /dev/null
+++ b/test/regress/regress1/arith/mod.02.smt2
@@ -0,0 +1,10 @@
+; EXPECT: unsat
+(set-logic QF_NIA)
+(set-info :smt-lib-version 2.0)
+(set-info :status unsat)
+(declare-fun n () Int)
+
+(assert (distinct n 0))
+(assert (> (mod n n) 0))
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback