1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 26 May 2005 <nathan@codesourcery.com>
4 // Origin:Volker Reichelt reichelt@gcc.gnu.org
5 // PR 21681. ICE with inappropriate access check.
7 template<int X> struct A;
11 template<int N> void foo()