[94ad12f] | 1 | __attribute__ ((__nothrow__,__leaf__,__malloc__)) extern void *malloc(unsigned int __size); |
---|
[3a5131ed] | 2 | __attribute__ ((__nothrow__,__leaf__)) extern void free(void *__ptr); |
---|
| 3 | __attribute__ ((__nothrow__,__leaf__,__noreturn__)) extern void abort(void); |
---|
| 4 | __attribute__ ((__nothrow__,__leaf__,__nonnull__(1))) extern int atexit(void (*__func)(void)); |
---|
| 5 | __attribute__ ((__nothrow__,__leaf__,__noreturn__)) extern void exit(int __status); |
---|
| 6 | extern int printf(const char *__restrict __format, ...); |
---|
| 7 | int __f0__Fi_iPCii__1(int __a__i_1, const int *__b__PCi_1, int __c__i_1){ |
---|
[f1e80d8] | 8 | __attribute__ ((unused)) int ___retval_f0__i_1; |
---|
[3a5131ed] | 9 | } |
---|
| 10 | int __f1__Fi_PiiPi__1(int *__a__Pi_1, __attribute__ ((unused)) int __b__i_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 11 | __attribute__ ((unused)) int ___retval_f1__i_1; |
---|
[3a5131ed] | 12 | } |
---|
| 13 | int __f2__Fi_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 14 | __attribute__ ((unused)) int ___retval_f2__i_1; |
---|
[3a5131ed] | 15 | } |
---|
| 16 | struct S { |
---|
[f1bcd004] | 17 | int __i__i_1; |
---|
[3a5131ed] | 18 | }; |
---|
[f1bcd004] | 19 | static inline void ___constructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1); |
---|
| 20 | static inline void ___constructor__F_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1); |
---|
| 21 | static inline void ___destructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1); |
---|
| 22 | static inline struct S ___operator_assign__F2sS_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1); |
---|
| 23 | static inline void ___constructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1){ |
---|
| 24 | ((void)((*___dst__R2sS_1).__i__i_1) /* ?{} */); |
---|
[3a5131ed] | 25 | } |
---|
[f1bcd004] | 26 | static inline void ___constructor__F_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1){ |
---|
| 27 | ((void)((*___dst__R2sS_1).__i__i_1=___src__2sS_1.__i__i_1) /* ?{} */); |
---|
[3a5131ed] | 28 | } |
---|
[f1bcd004] | 29 | static inline void ___destructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1){ |
---|
| 30 | ((void)((*___dst__R2sS_1).__i__i_1) /* ^?{} */); |
---|
[3a5131ed] | 31 | } |
---|
[f1bcd004] | 32 | static inline struct S ___operator_assign__F2sS_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1){ |
---|
[6a4f3d4] | 33 | struct S ___ret__2sS_1; |
---|
[f1bcd004] | 34 | ((void)((*___dst__R2sS_1).__i__i_1=___src__2sS_1.__i__i_1)); |
---|
| 35 | ((void)___constructor__F_R2sS2sS_autogen___1((&___ret__2sS_1), ___src__2sS_1)); |
---|
[6a4f3d4] | 36 | return ((struct S )___ret__2sS_1); |
---|
[3a5131ed] | 37 | } |
---|
[f1bcd004] | 38 | static inline void ___constructor__F_R2sSi_autogen___1(struct S *___dst__R2sS_1, int __i__i_1){ |
---|
| 39 | ((void)((*___dst__R2sS_1).__i__i_1=__i__i_1) /* ?{} */); |
---|
[3a5131ed] | 40 | } |
---|
| 41 | int __f3__Fi_2sS2sSPi__1(struct S __a__2sS_1, struct S __b__2sS_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 42 | __attribute__ ((unused)) int ___retval_f3__i_1; |
---|
[3a5131ed] | 43 | struct S __s__2sS_2; |
---|
| 44 | } |
---|
| 45 | int __f4__Fi_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 46 | __attribute__ ((unused)) int ___retval_f4__i_1; |
---|
[3a5131ed] | 47 | } |
---|
| 48 | int __f5__Fi_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 49 | __attribute__ ((unused)) int ___retval_f5__i_1; |
---|
[3a5131ed] | 50 | } |
---|
[578b637] | 51 | int (*__f6__FPFi_i__iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))(int __anonymous_object0){ |
---|
[f1e80d8] | 52 | __attribute__ ((unused)) int (*___retval_f6__PFi_i__1)(int __anonymous_object1); |
---|
[3a5131ed] | 53 | } |
---|
| 54 | int (*__f7__FPFi_ii__iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))(int __a__i_1, int __b__i_1){ |
---|
[f1e80d8] | 55 | __attribute__ ((unused)) int (*___retval_f7__PFi_ii__1)(int __a__i_1, int __b__i_1); |
---|
[3a5131ed] | 56 | } |
---|
| 57 | int *__f8__FPi_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 58 | __attribute__ ((unused)) int *___retval_f8__Pi_1; |
---|
[3a5131ed] | 59 | } |
---|
| 60 | int *const __f9__FCPi_PiiPi__1(int *__a__Pi_1, int __b__i_1, int *__c__Pi_1){ |
---|
[f1e80d8] | 61 | __attribute__ ((unused)) int *const ___retval_f9__CPi_1; |
---|
[3a5131ed] | 62 | } |
---|
| 63 | int *(*__f10__FPFPi_ii__iPiPid__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1, double __y__d_1))(int __x__i_1, int __y__i_1){ |
---|
[f1e80d8] | 64 | __attribute__ ((unused)) int *(*___retval_f10__PFPi_ii__1)(int __x__i_1, int __y__i_1); |
---|
[578b637] | 65 | int *__x__FPi_ii__2(int __anonymous_object2, int __anonymous_object3); |
---|
[3a5131ed] | 66 | ((void)(___retval_f10__PFPi_ii__1=__x__FPi_ii__2) /* ?{} */); |
---|
| 67 | return ((int *(*)(int __x__i_1, int __y__i_1))___retval_f10__PFPi_ii__1); |
---|
| 68 | } |
---|
| 69 | int (*__f11__FPA0i_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))[]{ |
---|
[f1e80d8] | 70 | __attribute__ ((unused)) int (*___retval_f11__PA0i_1)[]; |
---|
[3a5131ed] | 71 | } |
---|
[94ad12f] | 72 | int (*__f12__FPA0A0i_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))[][((unsigned int )10)]{ |
---|
[f1e80d8] | 73 | __attribute__ ((unused)) int (*___retval_f12__PA0A0i_1)[][((unsigned int )10)]; |
---|
[3a5131ed] | 74 | } |
---|
[94ad12f] | 75 | int (*__f13__FPA0A0i_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))[][((unsigned int )10)]{ |
---|
[f1e80d8] | 76 | __attribute__ ((unused)) int (*___retval_f13__PA0A0i_1)[][((unsigned int )10)]; |
---|
[3a5131ed] | 77 | } |
---|
[94ad12f] | 78 | int (*__f14__FPA0A0i_iPiPi__1(int __a__i_1, int *__b__Pi_1, int *__c__Pi_1))[][((unsigned int )10)]{ |
---|
[f1e80d8] | 79 | __attribute__ ((unused)) int (*___retval_f14__PA0A0i_1)[][((unsigned int )10)]; |
---|
[3a5131ed] | 80 | } |
---|
[39f4100] | 81 | int __f15__Fi_iii__1(int __a__i_1, int __b__i_1, int __c__i_1){ |
---|
| 82 | __attribute__ ((unused)) int ___retval_f15__i_1; |
---|
| 83 | } |
---|
[3a5131ed] | 84 | const int __fred__FCi___1(){ |
---|
[f1e80d8] | 85 | __attribute__ ((unused)) const int ___retval_fred__Ci_1; |
---|
[578b637] | 86 | int *(*__x__PFPi_ii__2)(int __anonymous_object4, int __anonymous_object5); |
---|
[3a5131ed] | 87 | int __a__i_2; |
---|
| 88 | int __b__i_2; |
---|
| 89 | int *(*_tmp_cp_ret0)(int __x__i_1, int __y__i_1); |
---|
[f1bcd004] | 90 | ((void)(__x__PFPi_ii__2=(((void)(_tmp_cp_ret0=__f10__FPFPi_ii__iPiPid__1(3, (&__a__i_2), (&__b__i_2), 3.5))) , _tmp_cp_ret0))); |
---|
| 91 | ((void)(_tmp_cp_ret0) /* ^?{} */); |
---|
[3a5131ed] | 92 | const int __f1__FCi_iPiPi__2(int __a__i_2, int *__b__Pi_2, int *__c__Pi_2){ |
---|
[f1e80d8] | 93 | __attribute__ ((unused)) const int ___retval_f1__Ci_2; |
---|
[3a5131ed] | 94 | } |
---|
| 95 | const int __f2__FCi_iii__2(int __a__i_2, int __b__i_2, int __c__i_2){ |
---|
[f1e80d8] | 96 | __attribute__ ((unused)) const int ___retval_f2__Ci_2; |
---|
[3a5131ed] | 97 | } |
---|
| 98 | } |
---|