new12.C   [plain text]


// PR c++/18369

void breakme () 
{
  int *v = new (int [5]);
}