3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 5 Sept 2000 <nathan@codesourcery.com>
6 // bug 79 & 59. We failed to tsubst non-type template parms which used
7 // (previously deduced) type parms.
11 template< class T, T *G > struct S {};
12 template< class T, T *G > void boz ( S<T,G> s1);