blob: dcc77a4946d5eb79a2037668b8553525566aa06a [file] [log] [blame]
// { dg-do assemble }
struct S
{
friend void f<>(int); // { dg-error "" } does not match any template
};