blob: 0f11a49c060c5d0db3230799d5f5f9f72033a1cd [file] [log] [blame]
// Build don't link:
class S
{
friend void f<>(int); // ERROR - does not match any template
int i;
};