1#include <utility>2 3int main(int argc, char **argv) {4 std::pair<int, int> pair_int(1234, 5678);5 return 0; // Set break point at this line.6}7