summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ext-ho.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/ho/ext-ho.smt2')
-rw-r--r--test/regress/regress0/ho/ext-ho.smt213
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress0/ho/ext-ho.smt2 b/test/regress/regress0/ho/ext-ho.smt2
new file mode 100644
index 000000000..02e51654e
--- /dev/null
+++ b/test/regress/regress0/ho/ext-ho.smt2
@@ -0,0 +1,13 @@
+; COMMAND-LINE: --uf-ho
+; EXPECT: sat
+(set-logic ALL)
+(set-info :status sat)
+(declare-sort U 0)
+(declare-fun f ((-> U U)) U)
+(declare-fun g ((-> U U)) U)
+(declare-fun h ((-> U U)) U)
+(declare-fun a () U)
+(declare-fun b () U)
+(declare-fun c () U)
+(assert (distinct f g h))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback