aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3916.v
diff options
context:
space:
mode:
authorXavier Clerc2015-01-28 11:37:01 +0100
committerXavier Clerc2015-01-28 11:37:01 +0100
commit754e66eb2878eb964e0369226ae809ecadb1b376 (patch)
treea79e699bea04fb395951ed7dbb7af5cb3006b3bc /test-suite/bugs/opened/3916.v
parent7ea6e6a3f10089f1ae8e1cb3be324edc39958c88 (diff)
Several reproduction cases for the test suite.
Diffstat (limited to 'test-suite/bugs/opened/3916.v')
-rw-r--r--test-suite/bugs/opened/3916.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3916.v b/test-suite/bugs/opened/3916.v
new file mode 100644
index 0000000000..fd95503e6b
--- /dev/null
+++ b/test-suite/bugs/opened/3916.v
@@ -0,0 +1,3 @@
+Require Import List.
+
+Fail Hint Resolve -> in_map. (* Also happens when using <- instead of -> *)