blob: 32bdad00962a2ffe48d8abdd5b01d00bb4db9d82 [file] [log] [blame]
// PR c++/89488
// { dg-do compile { target c++11 } }
struct zl {
struct {
int x2 = zl (); // { dg-error "default member" }
} fx;
};