// { dg-do assemble } // Copyright (C) 2001 Free Software Foundation // by Alexandre Oliva // We shouldn't warn about bar referring to a non-template in this case. template class foo { friend int bar(int); };