// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 30 Jul 2003 // PR 11347. ICE in tsubst template struct T1 { enum {N}; }; template struct T2 { template ::N + 1> struct B {}; struct C {}; }; T2 t; T2::B s;