1 // PR c++/39055
2 
3 struct A
4 {
5   int i;			// { dg-message "" }
AA6   A() { void foo(int=i); }	// { dg-error "" }
7 };
8