(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
attrib15.C
// PR c++/15317

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