blob: c2c22c7634e9fe199ff8b3485bc80a251f157943 [file] [log] [blame]
// Build don't link:
class foo {
friend void bar<int>(int); // ERROR - must be declared first
};
template <typename T> void bar(T);