3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 28 Jan 2003 <nathan@codesourcery.com>
6 // PR 3902. More type/decl confusion.
17 S<int> (S<int>::*pf1)(int (int)) = &S<int>::foo;
18 S<int> (S<int>::*pf2)(int (const int&)) = &S<int>::foo;