friend27.C   [plain text]


// { dg-do assemble  }

class S
{
  friend void f<>(int); // { dg-error "" } does not match any template
  int i;
};