1// PR c++/29001
2
3void* operator new (__SIZE_TYPE__) { return; } // { dg-error "with no value" }
4