aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-08 12:20:51 +0200
committerPierre-Marie Pédrot2020-06-08 12:20:51 +0200
commit522a1d3f4e1dbc8c09e614a8087be4ca3e81a012 (patch)
tree1f031849c5aeae8f0d59cf5c3d3856051582dc94 /test-suite
parent3b030bff4c10b8d25635913cdc037df35f142813 (diff)
parentbc842a94b18f3a09ea1127b0bd3e08599dd97305 (diff)
Merge PR #12471: Fix uncaught NotArity in inductive type
Reviewed-by: ejgallego Reviewed-by: ppedrot
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_12390.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_12390.v b/test-suite/bugs/closed/bug_12390.v
new file mode 100644
index 0000000000..a8fda29a6f
--- /dev/null
+++ b/test-suite/bugs/closed/bug_12390.v
@@ -0,0 +1,3 @@
+Fail Inductive foo : forall P, P := .
+Fail Inductive bar : nat := .
+Fail Inductive baz : _ := .