// PR c++/27559 // { dg-do compile } struct A { template static void* operator new(T) {} // { dg-error "first parameter|invalid template" } };