aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3753.v
diff options
context:
space:
mode:
authorXavier Clerc2014-11-04 11:43:45 +0100
committerXavier Clerc2014-11-04 11:43:45 +0100
commitd1321c8d686cc0e392c8ae26beb8abe762258900 (patch)
tree58ba1971fdc1d2fdadf7270a53d33fdca3a5ff4e /test-suite/bugs/opened/3753.v
parenta33d1c239f2726dbf31e35db29cad08d9e196277 (diff)
test suite: some reproduction cases for recently-reported bugs.
Diffstat (limited to 'test-suite/bugs/opened/3753.v')
-rw-r--r--test-suite/bugs/opened/3753.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3753.v b/test-suite/bugs/opened/3753.v
new file mode 100644
index 0000000000..05d77c831b
--- /dev/null
+++ b/test-suite/bugs/opened/3753.v
@@ -0,0 +1,4 @@
+Axiom foo : Type -> Type.
+Axiom bar : forall (T : Type), T -> foo T.
+Arguments bar A x : rename.
+Fail About bar.