1 2 3 4 5 6 7 8 9
// PR c++/16112 // { dg-options "" } struct A { A(); }; A foo() { return ({ A(); }); }