diff options
Diffstat (limited to 'test-suite/bugs/closed/3332.v')
-rw-r--r-- | test-suite/bugs/closed/3332.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3332.v b/test-suite/bugs/closed/3332.v new file mode 100644 index 00000000..d86470cd --- /dev/null +++ b/test-suite/bugs/closed/3332.v @@ -0,0 +1,6 @@ +(* -*- coq-prog-args: ("-emacs" "-time") -*- *) +Definition foo : True. +Proof. +Abort. (* Toplevel input, characters 15-21: +Anomaly: Backtrack.backto to a state with no vcs_backup. Please report. *) +(* Anomaly: VernacAbort not handled by Stm. Please report. *) |