Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
submodules
/
hash_map.h
1
template<typename Key, typename Data> class hash_map { };
2
3
#define HAVE_HASH_MAP
4
5