From 9b1b8aba9cd40cc91fd9d52af4e6c075311ba4db Mon Sep 17 00:00:00 2001 From: Xavier Clerc Date: Fri, 26 Sep 2014 13:30:19 +0200 Subject: Add a bunch of reproduction files for bugs. --- test-suite/bugs/opened/3491.v | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test-suite/bugs/opened/3491.v (limited to 'test-suite/bugs/opened/3491.v') diff --git a/test-suite/bugs/opened/3491.v b/test-suite/bugs/opened/3491.v new file mode 100644 index 0000000000..9837b0ecb2 --- /dev/null +++ b/test-suite/bugs/opened/3491.v @@ -0,0 +1,2 @@ +Fail Inductive list (A : Type) (T := A) : Type := + nil : list A | cons : T -> list T -> list A. -- cgit v1.2.3