From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- test-suite/output/names.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/output/names.v (limited to 'test-suite/output/names.v') 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. -- cgit v1.2.3