// PR c++/18161 // { dg-options "" } template struct Y; template <> struct Y {}; template struct X { Y a; }; template struct X <>;