3 // Bug: we tried to look at the fields of 'const A' to determine the proper
4 // exception specification for the synthesized copy constructor, but
5 // TYPE_FIELDS hadn't been set yet, so we incorrectly got a throw() spec.
10 B (const B&) { throw 1; }