summaryrefslogtreecommitdiff
path: root/test-suite/failure/ltac4.v
diff options
context:
space:
mode:
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 00000000..d1e4e892
--- /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.