Details | Compare with Previous | View Log
// PR c++/18369
void breakme ()
{
int *v = new (int [5]);
}