// { dg-do assemble } // Origin: Mark Mitchell struct S { S(); virtual int f() { new S[+f()]; return 0; } };