// PR c++/11027 template struct X { typedef void (X::*pfun)(); static pfun p[]; }; template typename X::pfun X::p[] = {};