Changes in src/tests/.expect/extension.txt [cad355a:6e4b913]
- File:
-
- 1 edited
-
src/tests/.expect/extension.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/extension.txt
rcad355a r6e4b913 1 extern void *malloc(long unsigned int __size); 2 extern void free(void *__ptr); 1 3 extern void abort(void); 2 4 extern int atexit(void (*__func)(void)); 3 5 extern void exit(int __status); 6 extern int printf(const char *__restrict __format, ...); 4 7 __extension__ int __a__i_1; 5 8 __extension__ int __b__i_1; … … 17 20 } 18 21 static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){ 19 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ?{} */);20 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);21 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);22 ((void)((*___dst__P2sS_1).__a__i_1) /* ?{} */); 23 ((void)((*___dst__P2sS_1).__b__i_1) /* ?{} */); 24 ((void)((*___dst__P2sS_1).__c__i_1) /* ?{} */); 22 25 } 23 26 static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){ 24 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))=___src__2sS_1.__a__i_1) /* ?{} */);25 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))=___src__2sS_1.__b__i_1) /* ?{} */);26 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))=___src__2sS_1.__c__i_1) /* ?{} */);27 ((void)((*___dst__P2sS_1).__a__i_1=___src__2sS_1.__a__i_1) /* ?{} */); 28 ((void)((*___dst__P2sS_1).__b__i_1=___src__2sS_1.__b__i_1) /* ?{} */); 29 ((void)((*___dst__P2sS_1).__c__i_1=___src__2sS_1.__c__i_1) /* ?{} */); 27 30 } 28 31 static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){ 29 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ^?{} */);30 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ^?{} */);31 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ^?{} */);32 ((void)((*___dst__P2sS_1).__c__i_1) /* ^?{} */); 33 ((void)((*___dst__P2sS_1).__b__i_1) /* ^?{} */); 34 ((void)((*___dst__P2sS_1).__a__i_1) /* ^?{} */); 32 35 } 33 36 static inline void ___constructor__F_P2sSi_autogen___1(struct S *___dst__P2sS_1, int __a__i_1){ 34 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);35 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ?{} */);36 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);37 ((void)((*___dst__P2sS_1).__a__i_1=__a__i_1) /* ?{} */); 38 ((void)((*___dst__P2sS_1).__b__i_1) /* ?{} */); 39 ((void)((*___dst__P2sS_1).__c__i_1) /* ?{} */); 37 40 } 38 41 static inline void ___constructor__F_P2sSii_autogen___1(struct S *___dst__P2sS_1, int __a__i_1, int __b__i_1){ 39 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);40 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);41 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))) /* ?{} */);42 ((void)((*___dst__P2sS_1).__a__i_1=__a__i_1) /* ?{} */); 43 ((void)((*___dst__P2sS_1).__b__i_1=__b__i_1) /* ?{} */); 44 ((void)((*___dst__P2sS_1).__c__i_1) /* ?{} */); 42 45 } 43 46 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){ 44 ((void)((* ((int *)(&(*___dst__P2sS_1).__a__i_1)))=__a__i_1) /* ?{} */);45 ((void)((* ((int *)(&(*___dst__P2sS_1).__b__i_1)))=__b__i_1) /* ?{} */);46 ((void)((* ((int *)(&(*___dst__P2sS_1).__c__i_1)))=__c__i_1) /* ?{} */);47 ((void)((*___dst__P2sS_1).__a__i_1=__a__i_1) /* ?{} */); 48 ((void)((*___dst__P2sS_1).__b__i_1=__b__i_1) /* ?{} */); 49 ((void)((*___dst__P2sS_1).__c__i_1=__c__i_1) /* ?{} */); 47 50 } 48 51 __extension__ union U {
Note:
See TracChangeset
for help on using the changeset viewer.