aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-15.C
blob: bf05dbeb31b96ff9ac72f8cb36abb56a4ed55ec3 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile { target c++11 } }
// PR c++/15317

struct A
{
  A(char);
};
A::A([[gnu::unused]] char i2)
{}