3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 26 Dec 2001 <nathan@codesourcery.com>
6 // PR 35. We were default promoting template PARM_DECLs
8 template <short B> class R {};
10 template <class T> class A
14 void operator() (R<B> const &);