#include int main() { std::map M = {{1,1},{2,2}}; return M[1]; // Set break point at this line. }