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

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