// { dg-options "-Wextra" } structS{S();};structT{private:inti;public:// There should be no warning about this data member because the// default constructor for "T" will invoke the default constructor// for "S", even though "S" is "const".constSs;// { dg-bogus "const" }};