]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-15.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-15.C
CommitLineData
e28d52cf
DS
1// { dg-do compile { target c++11 } }
2// PR c++/15317
3
4struct A
5{
6 A(char);
7};
8A::A([[gnu::unused]] char i2)
9{}
This page took 4.911736 seconds and 5 git commands to generate.