]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/auto28.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto28.C
1 // PR c++/51404
2 // { dg-do compile { target c++11 } }
3
4 int i = auto().x; // { dg-error "9:invalid use of" }
This page took 0.037628 seconds and 5 git commands to generate.