1 2 3 4 5 6 7 8
// { dg-do assemble } // { dg-options "" } // Origin: Mark Mitchell <mark@codesourcery.com> void f () { int i = ({ l: 3; }); }