2 // Origin: <igodard at rational dot com>
3 // PR c++/2518: operator new must not be looked up in local scope
7 void* operator new(unsigned s, int* p);
8 int* e = new(&i) int; // { dg-error "no matching function" }
13 // { dg-excess-errors "operator new" }