aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/testsuite/g++.dg/cpp0x/parse1.C
blob: 41811853cd7137a5fccb96a2cbf55113b3e3e491 (plain)
1
2
3
4
5
// PR c++/43509
// { dg-options "-std=c++0x" }

typedef int B;			// { dg-error "" }
B::B() {}			// { dg-error "" }