summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrayinuf_declare.smt2
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-03-05 14:48:08 -0500
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-03-05 16:18:27 -0500
commita06ad1d49a4b76c686f1b2eca64830b0f3eddc0a (patch)
tree07f0258ca19230ddafcce8fe95674ace6fa77565 /test/regress/regress0/arrayinuf_declare.smt2
parent2f13bdf81d0477b4ab807a118e493ea0c5357e2f (diff)
Array smtlib compliance tests
Diffstat (limited to 'test/regress/regress0/arrayinuf_declare.smt2')
-rw-r--r--test/regress/regress0/arrayinuf_declare.smt24
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regress/regress0/arrayinuf_declare.smt2 b/test/regress/regress0/arrayinuf_declare.smt2
new file mode 100644
index 000000000..5b73f2405
--- /dev/null
+++ b/test/regress/regress0/arrayinuf_declare.smt2
@@ -0,0 +1,4 @@
+; EXIT: 0
+(set-logic QF_UF)
+(declare-sort Array 1)
+(declare-fun a ((Array Bool) Bool Bool) Bool)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback