summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/submodules/hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/submodules/hash_map.h')
-rw-r--r--test/Modules/Inputs/submodules/hash_map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/submodules/hash_map.h b/test/Modules/Inputs/submodules/hash_map.h
new file mode 100644
index 000000000000..ce8598467579
--- /dev/null
+++ b/test/Modules/Inputs/submodules/hash_map.h
@@ -0,0 +1,4 @@
+template<typename Key, typename Data> class hash_map { };
+
+#define HAVE_HASH_MAP
+