3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 21 Jul 2004 <nathan@codesourcery.com>
6 // { dg-final { scan-assembler "_ZNK1AcviEv" } }
7 // { dg-final { scan-assembler-not "_ZNK1VcviEv" } }
11 operator int () const;
16 operator int () const; // this one
19 struct B1 : A, virtual V
23 struct B2 : virtual V, A