3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 6 Sep 2003 <nathan@codesourcery.com>
5 // Origin: stefaandr@hotmail.com
7 // PR c++/11794. Using decl in nested classes of a template class
9 template <typename T> struct a
19 template <> struct a<int>::a1 { a1 () {} };