aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-29 17:50:09 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-29 17:50:09 +0200
commitfdfcdc79989c46737089e4c8cab5ad0090e4d8a6 (patch)
tree6a998ec6f6f641343e86d330a5d17c40866c01a6 /test-suite/bugs/closed
parent2a13b37356cb87de737eaf72b60f337c90913ef9 (diff)
parentcf87e73ff4dd0b9c70436d66d326ae839868ba78 (diff)
Merge branch 'bug5036' into v8.6
Diffstat (limited to 'test-suite/bugs/closed')
-rw-r--r--test-suite/bugs/closed/5036.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5036.v b/test-suite/bugs/closed/5036.v
new file mode 100644
index 000000000..12c958be6
--- /dev/null
+++ b/test-suite/bugs/closed/5036.v
@@ -0,0 +1,10 @@
+Section foo.
+ Context (F : Type -> Type).
+ Context (admit : forall {T}, F T = True).
+ Hint Rewrite (fun T => @admit T).
+ Lemma bad : F False.
+ Proof.
+ autorewrite with core.
+ constructor.
+ Qed.
+End foo. (* Anomaly: Universe Top.16 undefined. Please report. *) \ No newline at end of file