blob: 05de12ccecb29ab118d8f54c4dd1805fddfc9264 [file] [log] [blame]
// PR c++/15317
struct A
{
A(char);
};
A::A(__attribute__((unused)) char i2)
{}