attrib15.C   [plain text]


// PR c++/15317

struct A
{
  A(char);
};
A::A(__attribute__((unused)) char i2)
{}