#include typedef std::vector vector_long; int main(int argc, char **argv) { std::vector a = {3, 1, 2}; vector_long b = {3, 1, 2}; return 0; // Set break point at this line. }