| 1 | extern void *malloc(long unsigned int __size);
|
|---|
| 2 | extern void free(void *__ptr);
|
|---|
| 3 | extern void abort(void);
|
|---|
| 4 | extern int atexit(void (*__func)(void));
|
|---|
| 5 | extern void exit(int __status);
|
|---|
| 6 | extern int printf(const char *__restrict __format, ...);
|
|---|
| 7 | __extension__ int __a__i_1;
|
|---|
| 8 | __extension__ int __b__i_1;
|
|---|
| 9 | __extension__ int __c__i_1;
|
|---|
| 10 | __extension__ struct S {
|
|---|
| 11 | __extension__ int __a__i_1;
|
|---|
| 12 | __extension__ int __b__i_1;
|
|---|
| 13 | __extension__ int __c__i_1;
|
|---|
| 14 | };
|
|---|
| 15 | static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
|
|---|
| 16 | static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
|
|---|
| 17 | static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
|
|---|
| 18 | static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
|
|---|
| 19 | static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
|
|---|
| 20 | ((void)((*___dst__P2sS_1).__a__i_1=___src__2sS_1.__a__i_1));
|
|---|
| 21 | ((void)((*___dst__P2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
|
|---|
| 22 | ((void)((*___dst__P2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
|
|---|
| 23 | return ((struct S )___src__2sS_1);
|
|---|
| 24 | }
|
|---|
| 25 | static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
|
|---|
| 26 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ?{} */);
|
|---|
| 27 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);
|
|---|
| 28 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
|---|
| 29 | }
|
|---|
| 30 | static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
|
|---|
| 31 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=___src__2sS_1.__a__i_1) /* ?{} */);
|
|---|
| 32 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=___src__2sS_1.__b__i_1) /* ?{} */);
|
|---|
| 33 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))=___src__2sS_1.__c__i_1) /* ?{} */);
|
|---|
| 34 | }
|
|---|
| 35 | static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
|
|---|
| 36 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ^?{} */);
|
|---|
| 37 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ^?{} */);
|
|---|
| 38 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ^?{} */);
|
|---|
| 39 | }
|
|---|
| 40 | static inline void ___constructor__F_P2sSi_autogen___1(struct S *___dst__P2sS_1, int __a__i_1){
|
|---|
| 41 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
|---|
| 42 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);
|
|---|
| 43 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
|---|
| 44 | }
|
|---|
| 45 | static inline void ___constructor__F_P2sSii_autogen___1(struct S *___dst__P2sS_1, int __a__i_1, int __b__i_1){
|
|---|
| 46 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
|---|
| 47 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);
|
|---|
| 48 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
|---|
| 49 | }
|
|---|
| 50 | static inline void ___constructor__F_P2sSiii_autogen___1(struct S *___dst__P2sS_1, int __a__i_1, int __b__i_1, int __c__i_1){
|
|---|
| 51 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
|---|
| 52 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);
|
|---|
| 53 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))=__c__i_1) /* ?{} */);
|
|---|
| 54 | }
|
|---|
| 55 | __extension__ union U {
|
|---|
| 56 | __extension__ int __a__i_1;
|
|---|
| 57 | __extension__ int __b__i_1;
|
|---|
| 58 | __extension__ int __c__i_1;
|
|---|
| 59 | };
|
|---|
| 60 | static inline union U ___operator_assign__F2uU_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
|
|---|
| 61 | void *_tmp_cp_ret0;
|
|---|
| 62 | ((void)((_tmp_cp_ret0=__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U ))) , _tmp_cp_ret0));
|
|---|
| 63 | ((void)(_tmp_cp_ret0) /* ^?{} */);
|
|---|
| 64 | return ((union U )___src__2uU_1);
|
|---|
| 65 | }
|
|---|
| 66 | static inline void ___constructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
|
|---|
| 67 | }
|
|---|
| 68 | static inline void ___constructor__F_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
|
|---|
| 69 | void *_tmp_cp_ret1;
|
|---|
| 70 | ((void)((_tmp_cp_ret1=__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U ))) , _tmp_cp_ret1));
|
|---|
| 71 | ((void)(_tmp_cp_ret1) /* ^?{} */);
|
|---|
| 72 | return ((void)___src__2uU_1);
|
|---|
| 73 | }
|
|---|
| 74 | static inline void ___destructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
|
|---|
| 75 | }
|
|---|
| 76 | static inline void ___constructor__F_P2uUi_autogen___1(union U *___dst__P2uU_1, int __src__i_1){
|
|---|
| 77 | void *_tmp_cp_ret2;
|
|---|
| 78 | ((void)((_tmp_cp_ret2=__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&__src__i_1)), sizeof(int ))) , _tmp_cp_ret2));
|
|---|
| 79 | ((void)(_tmp_cp_ret2) /* ^?{} */);
|
|---|
| 80 | }
|
|---|
| 81 | __extension__ enum E {
|
|---|
| 82 | __R__C2eE_1,
|
|---|
| 83 | __G__C2eE_1,
|
|---|
| 84 | __B__C2eE_1,
|
|---|
| 85 | };
|
|---|
| 86 | __extension__ int __fred__Fi_i__1(int __p__i_1){
|
|---|
| 87 | __extension__ struct S {
|
|---|
| 88 | __extension__ int __a__i_2;
|
|---|
| 89 | __extension__ int __b__i_2;
|
|---|
| 90 | __extension__ int __c__i_2;
|
|---|
| 91 | };
|
|---|
| 92 | int __i__i_2 = ((int )(__extension__ __a__i_1+__extension__ 3));
|
|---|
| 93 | ((void)__extension__ 3);
|
|---|
| 94 | ((void)__extension__ __a__i_1);
|
|---|
| 95 | __extension__ int __a__i_2;
|
|---|
| 96 | __extension__ int __b__i_2;
|
|---|
| 97 | __extension__ int __c__i_2;
|
|---|
| 98 | ((void)(__extension__ __a__i_2=(__extension__ __b__i_2+__extension__ __c__i_2)));
|
|---|
| 99 | int _tmp_cp_ret3;
|
|---|
| 100 | ((void)((_tmp_cp_ret3=__extension__ __fred__Fi_i__1(3)) , _tmp_cp_ret3));
|
|---|
| 101 | ((void)(_tmp_cp_ret3) /* ^?{} */);
|
|---|
| 102 | ((void)__extension__ sizeof(3));
|
|---|
| 103 | ((void)__extension__ (((int )(3!=0)) || ((int )(4!=0))));
|
|---|
| 104 | ((void)__extension__ __alignof__(__extension__ __a__i_2));
|
|---|
| 105 | ((void)(((int )(__extension__ __a__i_2!=0)) || ((int )((((int )(__extension__ __b__i_2!=0)) && ((int )(__extension__ __c__i_2!=0)))!=0))));
|
|---|
| 106 | ((void)(((int )((__extension__ __a__i_2>__extension__ __b__i_2)!=0)) ? __extension__ __c__i_2 : __extension__ __c__i_2));
|
|---|
| 107 | ((void)(__extension__ __a__i_2=__extension__ (__extension__ __b__i_2+__extension__ __c__i_2)));
|
|---|
| 108 | ((void)((__extension__ __a__i_2 , __extension__ __b__i_2) , __extension__ __c__i_2));
|
|---|
| 109 | }
|
|---|