This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / g++.dg / parse / defarg7.C
blobc1f75ce8f18ea297032f2489f56a5cc0d15ede4b
1 // PR c++/14361
3 class A {
4   A ( int n=0 int n ); // { dg-error "" }
5 };