2 // InterViews (ibuild) requires this to work.
4 extern "C" void exit(int);
22 class c3 : public c1, public c2
28 // printf("new object c3 at %x\n", (int)this); }
35 // printf ("new object c3 casted to c2 at %x\n", (int)n);
42 // printf("new object c3, upcasted from c2 at %x\n", (int)o);
43 // if old and o are not the same, fail the test case.