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