]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/auto-60626.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto-60626.C
1 // PR c++/60626
2 // { dg-do compile { target c++14 } }
3
4 struct A {};
5
6 void (*A::p)(auto) = 0; // { dg-error "auto|static data member|template" }
This page took 0.038057 seconds and 5 git commands to generate.