3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 17 Oct 2002 <nathan@codesourcery.com>
6 // PR 7676. We didn't notice template members were different.
22 int bar () {return 3;}
32 if (f.bar<int> () != 1)
37 if (b.bar<int> () != 1)