summaryrefslogtreecommitdiff
path: root/test-suite/output/Deprecation.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Deprecation.v')
-rw-r--r--test-suite/output/Deprecation.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/Deprecation.v b/test-suite/output/Deprecation.v
new file mode 100644
index 00000000..04d5eb3d
--- /dev/null
+++ b/test-suite/output/Deprecation.v
@@ -0,0 +1,6 @@
+#[deprecated(since = "X.Y", note = "Use idtac instead.")]
+ Ltac foo := idtac.
+
+Goal True.
+foo.
+Abort.