// Copyright (C) 2001 Free Software Foundation // Contributed by Kriang Lerdsuwanakij template struct A { template struct AA { template struct B { int i; B() : i(1) {} }; }; }; template