From bc842a94b18f3a09ea1127b0bd3e08599dd97305 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Sat, 6 Jun 2020 21:21:50 +0200 Subject: Fix uncaught NotArity in inductive type Fixes #12390 --- test-suite/bugs/closed/bug_12390.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/bug_12390.v (limited to 'test-suite') 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 : _ := . -- cgit v1.2.3