Reverting merge from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr58536.C
blob8050c1957c83499304640e900c0936211261df6e
1 // { dg-do compile }
2 // { dg-options "-std=gnu++1y" }
4 // PR c++/58536
6 struct A
8   A(auto);
9 };
11 A::A(auto) {}