aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/bug5778.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/bug5778.v')
-rw-r--r--test-suite/output/bug5778.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/output/bug5778.v b/test-suite/output/bug5778.v
index 0dcd76aeff..441e87af84 100644
--- a/test-suite/output/bug5778.v
+++ b/test-suite/output/bug5778.v
@@ -1,3 +1,4 @@
+Set Ltac Backtrace.
Ltac a _ := pose (I : I).
Ltac b _ := a ().
Ltac abs _ := abstract b ().