aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-01-08 15:57:27 +0100
committerGaëtan Gilbert2019-01-30 12:49:28 +0100
commitf6613489304a30846af28334c040c7d4f9e4addc (patch)
tree1b5e600288190926ee4be95ba40a1d071060e7c6 /test-suite
parenta9b141469fe3036355be95d8cf5f0bf5c240fe37 (diff)
Restrict universes in records.
Fix #8076.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_8076.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_8076.v b/test-suite/bugs/closed/bug_8076.v
new file mode 100644
index 0000000000..7bee43620f
--- /dev/null
+++ b/test-suite/bugs/closed/bug_8076.v
@@ -0,0 +1,3 @@
+
+Notation leak a := ltac:(let x := constr:(Type) in exact a) (only parsing).
+Record foo@{} (P:leak Prop) := { f : leak Prop }.