summaryrefslogtreecommitdiff
path: root/test-suite/output/names.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/names.v')
-rw-r--r--test-suite/output/names.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/output/names.v b/test-suite/output/names.v
new file mode 100644
index 00000000..b3b5071a
--- /dev/null
+++ b/test-suite/output/names.v
@@ -0,0 +1,5 @@
+(* Test no clash names occur *)
+(* see bug #2723 *)
+
+Parameter a : forall x, {y:nat|x=y}.
+Fail Definition b y : {x:nat|x=y} := a y.