2 // check MI and VBC offsets on throw
3 extern "C" void abort ();
4 extern "C" void exit (int);
10 struct B : virtual public A {
14 struct C : virtual public A, public B {
22 struct E : public D, public A {
71 if (!p || (void*)p == (void*)&c)
95 if (!p || (void*)p == (void*)&e)