summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5750.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/5750.v')
-rw-r--r--test-suite/bugs/closed/5750.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5750.v b/test-suite/bugs/closed/5750.v
new file mode 100644
index 00000000..6d0e21f5
--- /dev/null
+++ b/test-suite/bugs/closed/5750.v
@@ -0,0 +1,3 @@
+(* Check printability of the hole of the context *)
+Goal 0 = 0.
+match goal with |- context c [0] => idtac c end.