3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 3 Jul 2003 <nathan@codesourcery.com>
6 // PR c++ 9162. default args got left unprocessed
9 friend int foo (int = 100);
15 template <typename T> R (T, int = 0);
23 template <typename T> struct Q