From b1f64fc34b3d845571830970cf8c8ff0f6525530 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 12 Apr 2002 12:55:01 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2638 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/failure/clashes.v | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-suite/failure/clashes.v diff --git a/test-suite/failure/clashes.v b/test-suite/failure/clashes.v new file mode 100644 index 0000000000..fcfd29fea6 --- /dev/null +++ b/test-suite/failure/clashes.v @@ -0,0 +1,8 @@ +(* Submitted by David Nowak *) + +(* Simpler to forbid the definition of n as a global than to write it + S.n to keep n accessible... *) + +Section S. +Variable n:nat. +Inductive P : Set := n : P. -- cgit v1.2.3