1 | __attribute__ ((__nothrow__,__leaf__,__malloc__)) extern void *malloc(unsigned int __size);
|
---|
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 | __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 void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
|
---|
16 | static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
|
---|
17 | static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
|
---|
18 | static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
|
---|
19 | static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
|
---|
20 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ?{} */);
|
---|
21 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);
|
---|
22 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
---|
23 | }
|
---|
24 | static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
|
---|
25 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=___src__2sS_1.__a__i_1) /* ?{} */);
|
---|
26 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=___src__2sS_1.__b__i_1) /* ?{} */);
|
---|
27 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))=___src__2sS_1.__c__i_1) /* ?{} */);
|
---|
28 | }
|
---|
29 | static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
|
---|
30 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ^?{} */);
|
---|
31 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ^?{} */);
|
---|
32 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ^?{} */);
|
---|
33 | }
|
---|
34 | static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
|
---|
35 | struct S ___ret__2sS_1;
|
---|
36 | ((void)((*___dst__P2sS_1).__a__i_1=___src__2sS_1.__a__i_1));
|
---|
37 | ((void)((*___dst__P2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
|
---|
38 | ((void)((*___dst__P2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
|
---|
39 | ((void)___constructor__F_P2sS2sS_autogen___1((&___ret__2sS_1), ___src__2sS_1));
|
---|
40 | return ((struct S )___ret__2sS_1);
|
---|
41 | }
|
---|
42 | static inline void ___constructor__F_P2sSi_autogen___1(struct S *___dst__P2sS_1, int __a__i_1){
|
---|
43 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
---|
44 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);
|
---|
45 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
---|
46 | }
|
---|
47 | static inline void ___constructor__F_P2sSii_autogen___1(struct S *___dst__P2sS_1, int __a__i_1, int __b__i_1){
|
---|
48 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
---|
49 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);
|
---|
50 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);
|
---|
51 | }
|
---|
52 | 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){
|
---|
53 | ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);
|
---|
54 | ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);
|
---|
55 | ((void)((*((int *)(&(*___dst__P2sS_1).__c__i_1)))=__c__i_1) /* ?{} */);
|
---|
56 | }
|
---|
57 | __extension__ union U {
|
---|
58 | __extension__ int __a__i_1;
|
---|
59 | __extension__ int __b__i_1;
|
---|
60 | __extension__ int __c__i_1;
|
---|
61 | };
|
---|
62 | static inline void ___constructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
|
---|
63 | }
|
---|
64 | static inline void ___constructor__F_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
|
---|
65 | ((void)__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U )));
|
---|
66 | }
|
---|
67 | static inline void ___destructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
|
---|
68 | }
|
---|
69 | static inline union U ___operator_assign__F2uU_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
|
---|
70 | union U ___ret__2uU_1;
|
---|
71 | ((void)__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U )));
|
---|
72 | ((void)___constructor__F_P2uU2uU_autogen___1((&___ret__2uU_1), ___src__2uU_1));
|
---|
73 | return ((union U )___ret__2uU_1);
|
---|
74 | }
|
---|
75 | static inline void ___constructor__F_P2uUi_autogen___1(union U *___dst__P2uU_1, int __src__i_1){
|
---|
76 | ((void)__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&__src__i_1)), sizeof(int )));
|
---|
77 | }
|
---|
78 | __extension__ enum E {
|
---|
79 | __R__C2eE_1,
|
---|
80 | __G__C2eE_1,
|
---|
81 | __B__C2eE_1,
|
---|
82 | };
|
---|
83 | __extension__ int __f__Fi___1();
|
---|
84 | __extension__ int i;
|
---|
85 | __extension__ int j;
|
---|
86 | __extension__ int __fred__Fi_i__1(int __p__i_1){
|
---|
87 | __attribute__ ((unused)) int ___retval_fred__i_1;
|
---|
88 | __extension__ struct S {
|
---|
89 | __extension__ int __a__i_2;
|
---|
90 | __extension__ int __b__i_2;
|
---|
91 | __extension__ int __c__i_2;
|
---|
92 | __extension__ int *__x__Pi_2;
|
---|
93 | __extension__ int *__y__Pi_2;
|
---|
94 | __extension__ int *__z__Pi_2;
|
---|
95 | };
|
---|
96 | int __i__i_2 = ((int )(__extension__ __a__i_1+__extension__ 3));
|
---|
97 | ((void)__extension__ 3);
|
---|
98 | ((void)__extension__ __a__i_1);
|
---|
99 | __extension__ int __a__i_2;
|
---|
100 | __extension__ int __b__i_2;
|
---|
101 | __extension__ int __c__i_2;
|
---|
102 | ((void)(__extension__ __a__i_2=(__extension__ __b__i_2+__extension__ __c__i_2)));
|
---|
103 | int _tmp_cp_ret0;
|
---|
104 | ((void)((_tmp_cp_ret0=__extension__ __fred__Fi_i__1(3)) , _tmp_cp_ret0));
|
---|
105 | ((void)((*((int *)(&_tmp_cp_ret0)))) /* ^?{} */);
|
---|
106 | __extension__ int __mary__Fi_i__2(int __p__i_2){
|
---|
107 | __attribute__ ((unused)) int ___retval_mary__i_2;
|
---|
108 | }
|
---|
109 | ((void)__extension__ sizeof(3));
|
---|
110 | ((void)__extension__ (((int )(3!=((int )0))) || ((int )(4!=((int )0)))));
|
---|
111 | ((void)__extension__ __alignof__(__extension__ __a__i_2));
|
---|
112 | ((void)(((int )(__extension__ __a__i_2!=((int )0))) || ((int )((((int )(__extension__ __b__i_2!=((int )0))) && ((int )(__extension__ __c__i_2!=((int )0))))!=((int )0)))));
|
---|
113 | ((void)(((int )((__extension__ __a__i_2>__extension__ __b__i_2)!=((int )0))) ? __extension__ __c__i_2 : __extension__ __c__i_2));
|
---|
114 | ((void)(__extension__ __a__i_2=__extension__ (__extension__ __b__i_2+__extension__ __c__i_2)));
|
---|
115 | ((void)((__extension__ __a__i_2 , __extension__ __b__i_2) , __extension__ __c__i_2));
|
---|
116 | }
|
---|