aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorJasper Hugunin2018-06-29 05:30:09 -0700
committerJasper Hugunin2018-07-16 08:52:12 -0700
commit76b1400060ebe392ad742ee210118d4c69e3a436 (patch)
tree1bcbde5c51e195538f37bc80bd29a9b194bf234c /test-suite
parentb799252775563b4f46f5ea39cbfc469759e7a296 (diff)
Restrict universes in comInductive
Closes #7967.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/7967.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/7967.v b/test-suite/bugs/closed/7967.v
new file mode 100644
index 0000000000..2c8855fd54
--- /dev/null
+++ b/test-suite/bugs/closed/7967.v
@@ -0,0 +1,2 @@
+Set Universe Polymorphism.
+Inductive A@{} : Set := B : ltac:(let y := constr:(Type) in exact nat) -> A.