summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/nflat-fwd-3.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus/nflat-fwd-3.sy')
-rw-r--r--test/regress/regress1/sygus/nflat-fwd-3.sy11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress1/sygus/nflat-fwd-3.sy b/test/regress/regress1/sygus/nflat-fwd-3.sy
new file mode 100644
index 000000000..a1776cf93
--- /dev/null
+++ b/test/regress/regress1/sygus/nflat-fwd-3.sy
@@ -0,0 +1,11 @@
+; EXPECT: unsat
+; COMMAND-LINE: --sygus-out=status
+(set-logic LIA)
+(synth-fun f ((x Int)) Int
+ ((Start Int ((+ (+ Con Con) Con) x))
+ (Con Int (0 1))))
+
+(declare-var x Int)
+(constraint (= (f x) 2))
+(check-synth)
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback