#include <map>
 
class test;
typedef std::map<int, test> test_map;
typedef test_map::iterator test_map_iterator;
 
int main() {}