]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/pr60215.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr60215.C
CommitLineData
a1535f52
PC
1// PR c++/60215
2// { dg-do compile { target c++11 } }
3
4struct A
5{
6 void foo();
7 int i : foo; // { dg-error "width" }
8};
This page took 4.590674 seconds and 5 git commands to generate.