blob: aea98e1136e5692ea6fff87f039b69cff2b71ae6 [file] [log] [blame]
// Build don't link:
// Copyright (C) 2001 Free Software Foundation
// by Alexandre Oliva <aoliva@redhat.com>
// We shouldn't warn about bar referring to a non-template in this case.
template <typename T>
class foo {
friend int bar(int);
};