#include int main(int argc, char **argv) { std::pair pair_int(1234, 5678); return 0; // Set break point at this line. }