summaryrefslogtreecommitdiff
path: root/test/regress/regress0/let2.smt
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/let2.smt')
-rw-r--r--test/regress/regress0/let2.smt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/let2.smt b/test/regress/regress0/let2.smt
new file mode 100644
index 000000000..aa3d20b8c
--- /dev/null
+++ b/test/regress/regress0/let2.smt
@@ -0,0 +1,5 @@
+(benchmark let_test
+ :logic QF_UF
+ :status sat
+ :extrafuns ((a U) (b U) (f U U))
+ :formula (let (?x (f a)) (= ?x (f b)))) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback