// Build don't link: // Origin: Mark Mitchell struct S { S(); virtual int f() { new S[+f()]; return 0; } };