]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/pr83824.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr83824.C
1 // PR c++/83824
2 // { dg-do compile { target c++11 } }
3
4 void
5 foo ()
6 {
7 if (alignas(1 alignas(1))) // { dg-error "expected" }
8 ;
9 }
This page took 0.039633 seconds and 5 git commands to generate.