// PR c++/8143
// { dg-do compile }

struct foo
{
    X x;                   // { dg-error "" }

    foo(X)              {} // { dg-error "" }
    foo(X y, int) : x() {} // { dg-error "" }
};


syntax highlighted by Code2HTML, v. 0.9.1