// link_problems.cpp : Defines the entry point for the console application. // #include "test.h" int main(int argc, char* argv[]) { test::map_[1] = 20; return 0; }