1 // PR c++/59682
2 
3 int* p = new() int;  // { dg-error "expected expression-list or type-id" }
4