summaryrefslogtreecommitdiff
path: root/test/regress/regress0/let.smt
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-03-10 02:34:04 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-03-10 02:34:04 +0000
commit0cd57d89001a73ea1ebe0d43b2cb720d68cca82a (patch)
tree422a6682cb3d37086b98379ee474547160220955 /test/regress/regress0/let.smt
parent8d85fb035b92f0fa0d852257dc00c9a85b1a350e (diff)
Adding preliminary let/flet support to SMT parser (Bug #51)
Diffstat (limited to 'test/regress/regress0/let.smt')
-rw-r--r--test/regress/regress0/let.smt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/let.smt b/test/regress/regress0/let.smt
new file mode 100644
index 000000000..45d0eaecb
--- /dev/null
+++ b/test/regress/regress0/let.smt
@@ -0,0 +1,5 @@
+(benchmark let_test
+ :logic QF_UF
+ :status unsat
+ :extrafuns ((a U) (b U) (f U U))
+ :formula (let (?x a) (not (= ?x a)))) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback