inline1.C   [plain text]


struct f
{
  int oo()
  {
    return (2; // { dg-error "" }
  }
};