Reverting merge from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr58500.C
blobb9d4a26d41596223a0479fc9b83192b3734f7e44
1 // { dg-do compile }
2 // { dg-options "-std=gnu++1y" }
4 // PR c++/58500
6 struct A {};
8 void foo(auto (A::*)());