aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/ltac4.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-20 10:39:00 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-20 10:39:00 +0000
commit33d30fef7e6d5c345422a1bf0efb650a13688d8c (patch)
treed14025aba134187336ec281692c0a6ed38a76b96 /test-suite/failure/ltac4.v
parent6d2d2542588b0ecc9e83acfe5207dc06e03dc347 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3547 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/failure/ltac4.v')
-rw-r--r--test-suite/failure/ltac4.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/failure/ltac4.v b/test-suite/failure/ltac4.v
new file mode 100644
index 000000000..d1e4e892d
--- /dev/null
+++ b/test-suite/failure/ltac4.v
@@ -0,0 +1,4 @@
+(* Check static globalisation of tactic names *)
+(* Proposed by Benjamin (mars 2002) *)
+Goal (n:nat)n=n.
+Induction n; Try REflexivity.