// PR c++/16112
// { dg-options "" }

struct A
{
    A();
};

A foo() { return ({ A(); }); }


syntax highlighted by Code2HTML, v. 0.9.1