summaryrefslogtreecommitdiff
path: root/test-suite/failure/clashes.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/clashes.v')
-rw-r--r--test-suite/failure/clashes.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/failure/clashes.v b/test-suite/failure/clashes.v
new file mode 100644
index 00000000..fcfd29fe
--- /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.