home *** CD-ROM | disk | FTP | other *** search
- #line 1 "#7_ver1.cxx"
- void *_new(long);
- void _delete(void*);
- void *_vec_new(void*,int,int,void*(*)(void*));
- void _vec_delete(void*,int,int,void(*)(void*,int),...);
- void exit(int);
- static void cdecl _STI();
- static void cdecl _STD();
-
- void *malloc (unsigned int );
- int free (void *);
-
- struct tag_name {
- int _tag_name_i ;
- float _tag_name_f ;
- } ;
-
- struct class_one {
- struct tag_name _class_one_t ;
- } ;
-
- struct class_two { char _dummy; } ;
-
-
- int main ()
- {
- {
- struct class_one _au1_c1 ;
- struct class_one _au1_cc1 ;
-
- struct class_two _au1_c2 ;
- register struct class_two *_au0__Xthis__dtor_class_two = 0 ;
- register struct class_two *_au0__Xthis__ctor_class_two = 0 ;
-
- ( ( ( ((& _au1_c1 )-> _class_one_t . _tag_name_i = 1 ),
- ((& _au1_c1 )-> _class_one_t . _tag_name_f = ((float )1.1 ))) ,
- (((& _au1_c1 )))) ) ;
- ( ( ( ((& _au1_cc1 )-> _class_one_t . _tag_name_i = ((int )0 )),
- ((& _au1_cc1 )-> _class_one_t . _tag_name_f = ((float )0 ))) ,
- (((& _au1_cc1 )))) ) ;
-
- ( (_au0__Xthis__ctor_class_two = (& _au1_c2 )),
- ( (_au0__Xthis__ctor_class_two = (((struct class_two *)malloc (
- ((unsigned int )(sizeof (struct class_two )))) ))),
- ((_au0__Xthis__ctor_class_two ))) ) ;
-
- _au1_cc1 = (*( (& _au1_c1 )) );
-
- ( (_au0__Xthis__dtor_class_two = (& _au1_c2 )),
- ( (_au0__Xthis__dtor_class_two ?
- ( ( free ( (void *)_au0__Xthis__dtor_class_two ) ,
- ( (_au0__Xthis__dtor_class_two = 0 ),
- (_au0__Xthis__dtor_class_two ? ( (0 ), 0 ) : 0 )) ) , 0 )
- : 0 ), 0 ) ) ;
- }
- exit ( 0 );
- }
-