aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-08 14:58:13 +0100
committerGaëtan Gilbert2020-01-08 14:58:13 +0100
commit1c38f903c5a93fde5b2ce4f150b1b893835b0f4c (patch)
tree0048d7b081b97a96a86e2196adac0eaab9facb2c
parentcfc41cb79e2364f19d97e7e5c94262132972b0b2 (diff)
Close #11168
Seems to have been fixed since it was reported (perhaps by #11317?)
-rw-r--r--test-suite/bugs/closed/bug_11168.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_11168.v b/test-suite/bugs/closed/bug_11168.v
new file mode 100644
index 0000000000..6e109e33e6
--- /dev/null
+++ b/test-suite/bugs/closed/bug_11168.v
@@ -0,0 +1,5 @@
+Axiom f : forall T, T.
+Arguments f &.
+Check f _ _.
+Check f (_ -> _) _.
+Check f (forall x, _) _.