class Cl { public: Cl(); }; Cl::Cl() { int y[1]; // Place the breakpoint here. } int main() { Cl w; return 0; }