From 50bf6109ad0625c81c9776f9ab823a501c574d5b Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 31 Jan 2019 18:13:49 +0100 Subject: add test --- test-suite/bugs/closed/bug_9451.v | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-suite/bugs/closed/bug_9451.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/bug_9451.v b/test-suite/bugs/closed/bug_9451.v new file mode 100644 index 0000000000..03bb0433f1 --- /dev/null +++ b/test-suite/bugs/closed/bug_9451.v @@ -0,0 +1,8 @@ +Goal False. +cut True. +assert False. +evar (x : True). +let v := open_constr:(_) in idtac. all: exfalso; clear. +Optimize Proof. +(* Error: Anomaly "grounding a non evar-free term" *) +Abort All. -- cgit v1.2.3