aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/parse1.C
blob: 5a11b7337a43d372357b69266e903fea6029d355 (plain)
1
2
3
4
5
// PR c++/43509
// { dg-do compile { target c++11 } }

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