blob: c1f75ce8f18ea297032f2489f56a5cc0d15ede4b [file] [log] [blame]
// PR c++/14361
class A {
A ( int n=0 int n ); // { dg-error "" }
};