1 2 3 4 5 6 7 8
int foo() { const std::map<std::string, int> bar = { { "abcXYZ", -13 }, }; return 5; }