summaryrefslogtreecommitdiff
path: root/depends/protobuf/testHashMap.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'depends/protobuf/testHashMap.cpp.in')
-rw-r--r--depends/protobuf/testHashMap.cpp.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/depends/protobuf/testHashMap.cpp.in b/depends/protobuf/testHashMap.cpp.in
new file mode 100644
index 00000000..91187869
--- /dev/null
+++ b/depends/protobuf/testHashMap.cpp.in
@@ -0,0 +1,6 @@
+#include <@header@>
+int main()
+{
+ const @namespace@::@HASH_MAP_CLASS@<int,int> t;
+ return t.find(5) == t.end();
+}