3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com>
6 // PR 10224. Rejected a valid constant argument.
8 template <bool B> struct X {
12 template <typename T> struct Y {
13 static const bool selector = true;
14 typedef typename X<selector>::I helper;