// { dg-do compile } // Origin: John Maddock // PR c++/13997: Error while matching partial specialization of array type template struct is_array; template struct is_array; template struct is_array {}; template struct is_array;