3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 30 Jul 2003 <nathan@codesourcery.com>
6 // PR 11347. ICE in tsubst
8 template <class T> struct T1 {
12 template<class T> struct T2 {
13 template <class S, bool Z = T1<S>::N + 1> struct B {};