#include #include "index.h" int main(){ std::map test_map; test_map[1] = 1; test_map.clear(); return 0; }