// PR c++/63658 struct Descriptor {}; template struct foo { void size (); }; Descriptor g_descriptor = {}; template<> void foo::size() { }