// { dg-do assemble } // { dg-options "-O2" } // Origin: Mark Mitchell inline void f () { int n; int i[n]; } void g () { f (); } void h () { f (); }