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