From f65aac12bb8b2071dcc15f5351194c649d3f7196 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 26 Feb 2015 21:57:51 +0100 Subject: Test for #2602, which seems now fixed. --- test-suite/bugs/closed/2602.v | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-suite/bugs/closed/2602.v (limited to 'test-suite/bugs/closed/2602.v') diff --git a/test-suite/bugs/closed/2602.v b/test-suite/bugs/closed/2602.v new file mode 100644 index 000000000..f07447886 --- /dev/null +++ b/test-suite/bugs/closed/2602.v @@ -0,0 +1,8 @@ +Goal exists m, S m > 0. +eexists. +match goal with + | |- context [ S ?a ] => + match goal with + | |- S a > 0 => idtac + end +end. \ No newline at end of file -- cgit v1.2.3