1 // PR c++/45665 2 3 template < typename > struct S; 4 void (S <0>::*ptr) (); // { dg-error "type" } 5