aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-05-02 11:59:27 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-05-02 11:59:27 +0000
commite7ee74e20c7222a9237b9ea1d00971b64c4d2332 (patch)
tree476ea1265451a8c6a2ee1210f1c970bd59d05f4e /test-suite/success
parente382e765e6d2f9b9145cdff78cc949cc49957640 (diff)
Ajout test bug 711
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5720 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/destruct.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/destruct.v b/test-suite/success/destruct.v
new file mode 100644
index 000000000..ca6b437d7
--- /dev/null
+++ b/test-suite/success/destruct.v
@@ -0,0 +1,7 @@
+(* Simplification of bug 711 *)
+
+Parameter f:true=false.
+Goal let p=f in True.
+Intro p.
+LetTac b:=true.
+NewDestruct b.