summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/6297.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/6297.v')
-rw-r--r--test-suite/bugs/closed/6297.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/6297.v b/test-suite/bugs/closed/6297.v
new file mode 100644
index 00000000..a2860705
--- /dev/null
+++ b/test-suite/bugs/closed/6297.v
@@ -0,0 +1,8 @@
+Set Printing Universes.
+
+(* Error: Anomaly "Uncaught exception "Anomaly: Incorrect universe Set
+ declared for inductive type, inferred level is max(Prop, Set+1)."."
+ Please report at http://coq.inria.fr/bugs/. *)
+Fail Record LTS: Set :=
+ lts { St: Set;
+ init: St }.