xref: /llvm-project/clang/test/Modules/Inputs/submodules/hash_map.h (revision 7b8e4bc83f161fccecf6a18c3925901e0e140274)
1 template<typename Key, typename Data> class hash_map { };
2 
3 #define HAVE_HASH_MAP
4 
5