blob: b9931b1caa53d412aae5b01cedbb46dd63b7a124 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S {
S();
virtual int f() {
new S[+f()];
}
};