summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3348.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3348.v')
-rw-r--r--test-suite/bugs/closed/3348.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3348.v b/test-suite/bugs/closed/3348.v
new file mode 100644
index 00000000..d9ac09d8
--- /dev/null
+++ b/test-suite/bugs/closed/3348.v
@@ -0,0 +1,6 @@
+(* -*- mode: coq; coq-prog-args: ("-emacs" "-indices-matter") -*- *)
+Set Universe Polymorphism.
+Set Printing Universes.
+Inductive Empty : Set := .
+(* Toplevel input, characters 15-41:
+Error: Universe inconsistency. Cannot enforce Prop <= Set). *)