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