summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5233.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/5233.v')
-rw-r--r--test-suite/bugs/closed/5233.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5233.v b/test-suite/bugs/closed/5233.v
new file mode 100644
index 00000000..06286c74
--- /dev/null
+++ b/test-suite/bugs/closed/5233.v
@@ -0,0 +1,2 @@
+(* Implicit arguments on type were missing for recursive records *)
+Inductive foo {A : Type} : Type := { Foo : foo }.