Files
llgo/internal/cabi/_testdata/wrap/struct_mixed.c

12187 lines
138 KiB
C
Raw Normal View History

2025-08-14 10:23:05 +08:00
struct point1 {
char x0;
short x1;
};
struct point1 demo1(struct point1 a) {
return a;
}
struct point2 {
char x0;
int x1;
};
struct point2 demo2(struct point2 a) {
return a;
}
struct point3 {
char x0;
long long x1;
};
struct point3 demo3(struct point3 a) {
return a;
}
struct point4 {
char x0;
float x1;
};
struct point4 demo4(struct point4 a) {
return a;
}
struct point5 {
char x0;
double x1;
};
struct point5 demo5(struct point5 a) {
return a;
}
struct point6 {
char x0;
void* x1;
};
struct point6 demo6(struct point6 a) {
return a;
}
struct point7 {
short x0;
char x1;
};
struct point7 demo7(struct point7 a) {
return a;
}
struct point8 {
short x0;
int x1;
};
struct point8 demo8(struct point8 a) {
return a;
}
struct point9 {
short x0;
long long x1;
};
struct point9 demo9(struct point9 a) {
return a;
}
struct point10 {
short x0;
float x1;
};
struct point10 demo10(struct point10 a) {
return a;
}
struct point11 {
short x0;
double x1;
};
struct point11 demo11(struct point11 a) {
return a;
}
struct point12 {
short x0;
void* x1;
};
struct point12 demo12(struct point12 a) {
return a;
}
struct point13 {
int x0;
char x1;
};
struct point13 demo13(struct point13 a) {
return a;
}
struct point14 {
int x0;
short x1;
};
struct point14 demo14(struct point14 a) {
return a;
}
struct point15 {
int x0;
long long x1;
};
struct point15 demo15(struct point15 a) {
return a;
}
struct point16 {
int x0;
float x1;
};
struct point16 demo16(struct point16 a) {
return a;
}
struct point17 {
int x0;
double x1;
};
struct point17 demo17(struct point17 a) {
return a;
}
struct point18 {
int x0;
void* x1;
};
struct point18 demo18(struct point18 a) {
return a;
}
struct point19 {
long long x0;
char x1;
};
struct point19 demo19(struct point19 a) {
return a;
}
struct point20 {
long long x0;
short x1;
};
struct point20 demo20(struct point20 a) {
return a;
}
struct point21 {
long long x0;
int x1;
};
struct point21 demo21(struct point21 a) {
return a;
}
struct point22 {
long long x0;
float x1;
};
struct point22 demo22(struct point22 a) {
return a;
}
struct point23 {
long long x0;
double x1;
};
struct point23 demo23(struct point23 a) {
return a;
}
struct point24 {
long long x0;
void* x1;
};
struct point24 demo24(struct point24 a) {
return a;
}
struct point25 {
float x0;
char x1;
};
struct point25 demo25(struct point25 a) {
return a;
}
struct point26 {
float x0;
short x1;
};
struct point26 demo26(struct point26 a) {
return a;
}
struct point27 {
float x0;
int x1;
};
struct point27 demo27(struct point27 a) {
return a;
}
struct point28 {
float x0;
long long x1;
};
struct point28 demo28(struct point28 a) {
return a;
}
struct point29 {
float x0;
double x1;
};
struct point29 demo29(struct point29 a) {
return a;
}
struct point30 {
float x0;
void* x1;
};
struct point30 demo30(struct point30 a) {
return a;
}
struct point31 {
double x0;
char x1;
};
struct point31 demo31(struct point31 a) {
return a;
}
struct point32 {
double x0;
short x1;
};
struct point32 demo32(struct point32 a) {
return a;
}
struct point33 {
double x0;
int x1;
};
struct point33 demo33(struct point33 a) {
return a;
}
struct point34 {
double x0;
long long x1;
};
struct point34 demo34(struct point34 a) {
return a;
}
struct point35 {
double x0;
float x1;
};
struct point35 demo35(struct point35 a) {
return a;
}
struct point36 {
double x0;
void* x1;
};
struct point36 demo36(struct point36 a) {
return a;
}
struct point37 {
void* x0;
char x1;
};
struct point37 demo37(struct point37 a) {
return a;
}
struct point38 {
void* x0;
short x1;
};
struct point38 demo38(struct point38 a) {
return a;
}
struct point39 {
void* x0;
int x1;
};
struct point39 demo39(struct point39 a) {
return a;
}
struct point40 {
void* x0;
long long x1;
};
struct point40 demo40(struct point40 a) {
return a;
}
struct point41 {
void* x0;
float x1;
};
struct point41 demo41(struct point41 a) {
return a;
}
struct point42 {
void* x0;
double x1;
};
struct point42 demo42(struct point42 a) {
return a;
}
struct point43 {
char x0;
short x1;
char x2;
};
struct point43 demo43(struct point43 a) {
return a;
}
struct point44 {
char x0;
short x1;
char x2;
char x3;
};
struct point44 demo44(struct point44 a) {
return a;
}
struct point45 {
char x0;
short x1;
char x2;
char x3;
char x4;
};
struct point45 demo45(struct point45 a) {
return a;
}
struct point46 {
char x0;
short x1;
char x2;
char x3;
short x4;
};
struct point46 demo46(struct point46 a) {
return a;
}
struct point47 {
char x0;
short x1;
char x2;
char x3;
int x4;
};
struct point47 demo47(struct point47 a) {
return a;
}
struct point48 {
char x0;
short x1;
char x2;
char x3;
float x4;
};
struct point48 demo48(struct point48 a) {
return a;
}
struct point49 {
char x0;
short x1;
char x2;
short x3;
};
struct point49 demo49(struct point49 a) {
return a;
}
struct point50 {
char x0;
short x1;
char x2;
short x3;
char x4;
};
struct point50 demo50(struct point50 a) {
return a;
}
struct point51 {
char x0;
short x1;
char x2;
short x3;
short x4;
};
struct point51 demo51(struct point51 a) {
return a;
}
struct point52 {
char x0;
short x1;
char x2;
short x3;
int x4;
};
struct point52 demo52(struct point52 a) {
return a;
}
struct point53 {
char x0;
short x1;
char x2;
short x3;
float x4;
};
struct point53 demo53(struct point53 a) {
return a;
}
struct point54 {
char x0;
short x1;
char x2;
int x3;
};
struct point54 demo54(struct point54 a) {
return a;
}
struct point55 {
char x0;
short x1;
char x2;
int x3;
char x4;
};
struct point55 demo55(struct point55 a) {
return a;
}
struct point56 {
char x0;
short x1;
char x2;
int x3;
short x4;
};
struct point56 demo56(struct point56 a) {
return a;
}
struct point57 {
char x0;
short x1;
char x2;
int x3;
int x4;
};
struct point57 demo57(struct point57 a) {
return a;
}
struct point58 {
char x0;
short x1;
char x2;
int x3;
float x4;
};
struct point58 demo58(struct point58 a) {
return a;
}
struct point59 {
char x0;
short x1;
char x2;
float x3;
};
struct point59 demo59(struct point59 a) {
return a;
}
struct point60 {
char x0;
short x1;
char x2;
float x3;
char x4;
};
struct point60 demo60(struct point60 a) {
return a;
}
struct point61 {
char x0;
short x1;
char x2;
float x3;
short x4;
};
struct point61 demo61(struct point61 a) {
return a;
}
struct point62 {
char x0;
short x1;
char x2;
float x3;
int x4;
};
struct point62 demo62(struct point62 a) {
return a;
}
struct point63 {
char x0;
short x1;
char x2;
float x3;
float x4;
};
struct point63 demo63(struct point63 a) {
return a;
}
struct point64 {
char x0;
short x1;
short x2;
};
struct point64 demo64(struct point64 a) {
return a;
}
struct point65 {
char x0;
short x1;
short x2;
char x3;
};
struct point65 demo65(struct point65 a) {
return a;
}
struct point66 {
char x0;
short x1;
short x2;
char x3;
char x4;
};
struct point66 demo66(struct point66 a) {
return a;
}
struct point67 {
char x0;
short x1;
short x2;
char x3;
short x4;
};
struct point67 demo67(struct point67 a) {
return a;
}
struct point68 {
char x0;
short x1;
short x2;
char x3;
int x4;
};
struct point68 demo68(struct point68 a) {
return a;
}
struct point69 {
char x0;
short x1;
short x2;
char x3;
float x4;
};
struct point69 demo69(struct point69 a) {
return a;
}
struct point70 {
char x0;
short x1;
short x2;
short x3;
};
struct point70 demo70(struct point70 a) {
return a;
}
struct point71 {
char x0;
short x1;
short x2;
short x3;
char x4;
};
struct point71 demo71(struct point71 a) {
return a;
}
struct point72 {
char x0;
short x1;
short x2;
short x3;
short x4;
};
struct point72 demo72(struct point72 a) {
return a;
}
struct point73 {
char x0;
short x1;
short x2;
short x3;
int x4;
};
struct point73 demo73(struct point73 a) {
return a;
}
struct point74 {
char x0;
short x1;
short x2;
short x3;
float x4;
};
struct point74 demo74(struct point74 a) {
return a;
}
struct point75 {
char x0;
short x1;
short x2;
int x3;
};
struct point75 demo75(struct point75 a) {
return a;
}
struct point76 {
char x0;
short x1;
short x2;
int x3;
char x4;
};
struct point76 demo76(struct point76 a) {
return a;
}
struct point77 {
char x0;
short x1;
short x2;
int x3;
short x4;
};
struct point77 demo77(struct point77 a) {
return a;
}
struct point78 {
char x0;
short x1;
short x2;
int x3;
int x4;
};
struct point78 demo78(struct point78 a) {
return a;
}
struct point79 {
char x0;
short x1;
short x2;
int x3;
float x4;
};
struct point79 demo79(struct point79 a) {
return a;
}
struct point80 {
char x0;
short x1;
short x2;
float x3;
};
struct point80 demo80(struct point80 a) {
return a;
}
struct point81 {
char x0;
short x1;
short x2;
float x3;
char x4;
};
struct point81 demo81(struct point81 a) {
return a;
}
struct point82 {
char x0;
short x1;
short x2;
float x3;
short x4;
};
struct point82 demo82(struct point82 a) {
return a;
}
struct point83 {
char x0;
short x1;
short x2;
float x3;
int x4;
};
struct point83 demo83(struct point83 a) {
return a;
}
struct point84 {
char x0;
short x1;
short x2;
float x3;
float x4;
};
struct point84 demo84(struct point84 a) {
return a;
}
struct point85 {
char x0;
short x1;
int x2;
};
struct point85 demo85(struct point85 a) {
return a;
}
struct point86 {
char x0;
short x1;
int x2;
char x3;
};
struct point86 demo86(struct point86 a) {
return a;
}
struct point87 {
char x0;
short x1;
int x2;
char x3;
char x4;
};
struct point87 demo87(struct point87 a) {
return a;
}
struct point88 {
char x0;
short x1;
int x2;
char x3;
short x4;
};
struct point88 demo88(struct point88 a) {
return a;
}
struct point89 {
char x0;
short x1;
int x2;
char x3;
int x4;
};
struct point89 demo89(struct point89 a) {
return a;
}
struct point90 {
char x0;
short x1;
int x2;
char x3;
float x4;
};
struct point90 demo90(struct point90 a) {
return a;
}
struct point91 {
char x0;
short x1;
int x2;
short x3;
};
struct point91 demo91(struct point91 a) {
return a;
}
struct point92 {
char x0;
short x1;
int x2;
short x3;
char x4;
};
struct point92 demo92(struct point92 a) {
return a;
}
struct point93 {
char x0;
short x1;
int x2;
short x3;
short x4;
};
struct point93 demo93(struct point93 a) {
return a;
}
struct point94 {
char x0;
short x1;
int x2;
short x3;
int x4;
};
struct point94 demo94(struct point94 a) {
return a;
}
struct point95 {
char x0;
short x1;
int x2;
short x3;
float x4;
};
struct point95 demo95(struct point95 a) {
return a;
}
struct point96 {
char x0;
short x1;
int x2;
int x3;
};
struct point96 demo96(struct point96 a) {
return a;
}
struct point97 {
char x0;
short x1;
int x2;
int x3;
char x4;
};
struct point97 demo97(struct point97 a) {
return a;
}
struct point98 {
char x0;
short x1;
int x2;
int x3;
short x4;
};
struct point98 demo98(struct point98 a) {
return a;
}
struct point99 {
char x0;
short x1;
int x2;
int x3;
int x4;
};
struct point99 demo99(struct point99 a) {
return a;
}
struct point100 {
char x0;
short x1;
int x2;
int x3;
float x4;
};
struct point100 demo100(struct point100 a) {
return a;
}
struct point101 {
char x0;
short x1;
int x2;
float x3;
};
struct point101 demo101(struct point101 a) {
return a;
}
struct point102 {
char x0;
short x1;
int x2;
float x3;
char x4;
};
struct point102 demo102(struct point102 a) {
return a;
}
struct point103 {
char x0;
short x1;
int x2;
float x3;
short x4;
};
struct point103 demo103(struct point103 a) {
return a;
}
struct point104 {
char x0;
short x1;
int x2;
float x3;
int x4;
};
struct point104 demo104(struct point104 a) {
return a;
}
struct point105 {
char x0;
short x1;
int x2;
float x3;
float x4;
};
struct point105 demo105(struct point105 a) {
return a;
}
struct point106 {
char x0;
short x1;
float x2;
};
struct point106 demo106(struct point106 a) {
return a;
}
struct point107 {
char x0;
short x1;
float x2;
char x3;
};
struct point107 demo107(struct point107 a) {
return a;
}
struct point108 {
char x0;
short x1;
float x2;
char x3;
char x4;
};
struct point108 demo108(struct point108 a) {
return a;
}
struct point109 {
char x0;
short x1;
float x2;
char x3;
short x4;
};
struct point109 demo109(struct point109 a) {
return a;
}
struct point110 {
char x0;
short x1;
float x2;
char x3;
int x4;
};
struct point110 demo110(struct point110 a) {
return a;
}
struct point111 {
char x0;
short x1;
float x2;
char x3;
float x4;
};
struct point111 demo111(struct point111 a) {
return a;
}
struct point112 {
char x0;
short x1;
float x2;
short x3;
};
struct point112 demo112(struct point112 a) {
return a;
}
struct point113 {
char x0;
short x1;
float x2;
short x3;
char x4;
};
struct point113 demo113(struct point113 a) {
return a;
}
struct point114 {
char x0;
short x1;
float x2;
short x3;
short x4;
};
struct point114 demo114(struct point114 a) {
return a;
}
struct point115 {
char x0;
short x1;
float x2;
short x3;
int x4;
};
struct point115 demo115(struct point115 a) {
return a;
}
struct point116 {
char x0;
short x1;
float x2;
short x3;
float x4;
};
struct point116 demo116(struct point116 a) {
return a;
}
struct point117 {
char x0;
short x1;
float x2;
int x3;
};
struct point117 demo117(struct point117 a) {
return a;
}
struct point118 {
char x0;
short x1;
float x2;
int x3;
char x4;
};
struct point118 demo118(struct point118 a) {
return a;
}
struct point119 {
char x0;
short x1;
float x2;
int x3;
short x4;
};
struct point119 demo119(struct point119 a) {
return a;
}
struct point120 {
char x0;
short x1;
float x2;
int x3;
int x4;
};
struct point120 demo120(struct point120 a) {
return a;
}
struct point121 {
char x0;
short x1;
float x2;
int x3;
float x4;
};
struct point121 demo121(struct point121 a) {
return a;
}
struct point122 {
char x0;
short x1;
float x2;
float x3;
};
struct point122 demo122(struct point122 a) {
return a;
}
struct point123 {
char x0;
short x1;
float x2;
float x3;
char x4;
};
struct point123 demo123(struct point123 a) {
return a;
}
struct point124 {
char x0;
short x1;
float x2;
float x3;
short x4;
};
struct point124 demo124(struct point124 a) {
return a;
}
struct point125 {
char x0;
short x1;
float x2;
float x3;
int x4;
};
struct point125 demo125(struct point125 a) {
return a;
}
struct point126 {
char x0;
short x1;
float x2;
float x3;
float x4;
};
struct point126 demo126(struct point126 a) {
return a;
}
struct point127 {
char x0;
int x1;
char x2;
};
struct point127 demo127(struct point127 a) {
return a;
}
struct point128 {
char x0;
int x1;
char x2;
char x3;
};
struct point128 demo128(struct point128 a) {
return a;
}
struct point129 {
char x0;
int x1;
char x2;
char x3;
char x4;
};
struct point129 demo129(struct point129 a) {
return a;
}
struct point130 {
char x0;
int x1;
char x2;
char x3;
short x4;
};
struct point130 demo130(struct point130 a) {
return a;
}
struct point131 {
char x0;
int x1;
char x2;
char x3;
int x4;
};
struct point131 demo131(struct point131 a) {
return a;
}
struct point132 {
char x0;
int x1;
char x2;
char x3;
float x4;
};
struct point132 demo132(struct point132 a) {
return a;
}
struct point133 {
char x0;
int x1;
char x2;
short x3;
};
struct point133 demo133(struct point133 a) {
return a;
}
struct point134 {
char x0;
int x1;
char x2;
short x3;
char x4;
};
struct point134 demo134(struct point134 a) {
return a;
}
struct point135 {
char x0;
int x1;
char x2;
short x3;
short x4;
};
struct point135 demo135(struct point135 a) {
return a;
}
struct point136 {
char x0;
int x1;
char x2;
short x3;
int x4;
};
struct point136 demo136(struct point136 a) {
return a;
}
struct point137 {
char x0;
int x1;
char x2;
short x3;
float x4;
};
struct point137 demo137(struct point137 a) {
return a;
}
struct point138 {
char x0;
int x1;
char x2;
int x3;
};
struct point138 demo138(struct point138 a) {
return a;
}
struct point139 {
char x0;
int x1;
char x2;
int x3;
char x4;
};
struct point139 demo139(struct point139 a) {
return a;
}
struct point140 {
char x0;
int x1;
char x2;
int x3;
short x4;
};
struct point140 demo140(struct point140 a) {
return a;
}
struct point141 {
char x0;
int x1;
char x2;
int x3;
int x4;
};
struct point141 demo141(struct point141 a) {
return a;
}
struct point142 {
char x0;
int x1;
char x2;
int x3;
float x4;
};
struct point142 demo142(struct point142 a) {
return a;
}
struct point143 {
char x0;
int x1;
char x2;
float x3;
};
struct point143 demo143(struct point143 a) {
return a;
}
struct point144 {
char x0;
int x1;
char x2;
float x3;
char x4;
};
struct point144 demo144(struct point144 a) {
return a;
}
struct point145 {
char x0;
int x1;
char x2;
float x3;
short x4;
};
struct point145 demo145(struct point145 a) {
return a;
}
struct point146 {
char x0;
int x1;
char x2;
float x3;
int x4;
};
struct point146 demo146(struct point146 a) {
return a;
}
struct point147 {
char x0;
int x1;
char x2;
float x3;
float x4;
};
struct point147 demo147(struct point147 a) {
return a;
}
struct point148 {
char x0;
int x1;
short x2;
};
struct point148 demo148(struct point148 a) {
return a;
}
struct point149 {
char x0;
int x1;
short x2;
char x3;
};
struct point149 demo149(struct point149 a) {
return a;
}
struct point150 {
char x0;
int x1;
short x2;
char x3;
char x4;
};
struct point150 demo150(struct point150 a) {
return a;
}
struct point151 {
char x0;
int x1;
short x2;
char x3;
short x4;
};
struct point151 demo151(struct point151 a) {
return a;
}
struct point152 {
char x0;
int x1;
short x2;
char x3;
int x4;
};
struct point152 demo152(struct point152 a) {
return a;
}
struct point153 {
char x0;
int x1;
short x2;
char x3;
float x4;
};
struct point153 demo153(struct point153 a) {
return a;
}
struct point154 {
char x0;
int x1;
short x2;
short x3;
};
struct point154 demo154(struct point154 a) {
return a;
}
struct point155 {
char x0;
int x1;
short x2;
short x3;
char x4;
};
struct point155 demo155(struct point155 a) {
return a;
}
struct point156 {
char x0;
int x1;
short x2;
short x3;
short x4;
};
struct point156 demo156(struct point156 a) {
return a;
}
struct point157 {
char x0;
int x1;
short x2;
short x3;
int x4;
};
struct point157 demo157(struct point157 a) {
return a;
}
struct point158 {
char x0;
int x1;
short x2;
short x3;
float x4;
};
struct point158 demo158(struct point158 a) {
return a;
}
struct point159 {
char x0;
int x1;
short x2;
int x3;
};
struct point159 demo159(struct point159 a) {
return a;
}
struct point160 {
char x0;
int x1;
short x2;
int x3;
char x4;
};
struct point160 demo160(struct point160 a) {
return a;
}
struct point161 {
char x0;
int x1;
short x2;
int x3;
short x4;
};
struct point161 demo161(struct point161 a) {
return a;
}
struct point162 {
char x0;
int x1;
short x2;
int x3;
int x4;
};
struct point162 demo162(struct point162 a) {
return a;
}
struct point163 {
char x0;
int x1;
short x2;
int x3;
float x4;
};
struct point163 demo163(struct point163 a) {
return a;
}
struct point164 {
char x0;
int x1;
short x2;
float x3;
};
struct point164 demo164(struct point164 a) {
return a;
}
struct point165 {
char x0;
int x1;
short x2;
float x3;
char x4;
};
struct point165 demo165(struct point165 a) {
return a;
}
struct point166 {
char x0;
int x1;
short x2;
float x3;
short x4;
};
struct point166 demo166(struct point166 a) {
return a;
}
struct point167 {
char x0;
int x1;
short x2;
float x3;
int x4;
};
struct point167 demo167(struct point167 a) {
return a;
}
struct point168 {
char x0;
int x1;
short x2;
float x3;
float x4;
};
struct point168 demo168(struct point168 a) {
return a;
}
struct point169 {
char x0;
int x1;
int x2;
};
struct point169 demo169(struct point169 a) {
return a;
}
struct point170 {
char x0;
int x1;
int x2;
char x3;
};
struct point170 demo170(struct point170 a) {
return a;
}
struct point171 {
char x0;
int x1;
int x2;
char x3;
char x4;
};
struct point171 demo171(struct point171 a) {
return a;
}
struct point172 {
char x0;
int x1;
int x2;
char x3;
short x4;
};
struct point172 demo172(struct point172 a) {
return a;
}
struct point173 {
char x0;
int x1;
int x2;
char x3;
int x4;
};
struct point173 demo173(struct point173 a) {
return a;
}
struct point174 {
char x0;
int x1;
int x2;
char x3;
float x4;
};
struct point174 demo174(struct point174 a) {
return a;
}
struct point175 {
char x0;
int x1;
int x2;
short x3;
};
struct point175 demo175(struct point175 a) {
return a;
}
struct point176 {
char x0;
int x1;
int x2;
short x3;
char x4;
};
struct point176 demo176(struct point176 a) {
return a;
}
struct point177 {
char x0;
int x1;
int x2;
short x3;
short x4;
};
struct point177 demo177(struct point177 a) {
return a;
}
struct point178 {
char x0;
int x1;
int x2;
short x3;
int x4;
};
struct point178 demo178(struct point178 a) {
return a;
}
struct point179 {
char x0;
int x1;
int x2;
short x3;
float x4;
};
struct point179 demo179(struct point179 a) {
return a;
}
struct point180 {
char x0;
int x1;
int x2;
int x3;
};
struct point180 demo180(struct point180 a) {
return a;
}
struct point181 {
char x0;
int x1;
int x2;
int x3;
char x4;
};
struct point181 demo181(struct point181 a) {
return a;
}
struct point182 {
char x0;
int x1;
int x2;
int x3;
short x4;
};
struct point182 demo182(struct point182 a) {
return a;
}
struct point183 {
char x0;
int x1;
int x2;
int x3;
int x4;
};
struct point183 demo183(struct point183 a) {
return a;
}
struct point184 {
char x0;
int x1;
int x2;
int x3;
float x4;
};
struct point184 demo184(struct point184 a) {
return a;
}
struct point185 {
char x0;
int x1;
int x2;
float x3;
};
struct point185 demo185(struct point185 a) {
return a;
}
struct point186 {
char x0;
int x1;
int x2;
float x3;
char x4;
};
struct point186 demo186(struct point186 a) {
return a;
}
struct point187 {
char x0;
int x1;
int x2;
float x3;
short x4;
};
struct point187 demo187(struct point187 a) {
return a;
}
struct point188 {
char x0;
int x1;
int x2;
float x3;
int x4;
};
struct point188 demo188(struct point188 a) {
return a;
}
struct point189 {
char x0;
int x1;
int x2;
float x3;
float x4;
};
struct point189 demo189(struct point189 a) {
return a;
}
struct point190 {
char x0;
int x1;
float x2;
};
struct point190 demo190(struct point190 a) {
return a;
}
struct point191 {
char x0;
int x1;
float x2;
char x3;
};
struct point191 demo191(struct point191 a) {
return a;
}
struct point192 {
char x0;
int x1;
float x2;
char x3;
char x4;
};
struct point192 demo192(struct point192 a) {
return a;
}
struct point193 {
char x0;
int x1;
float x2;
char x3;
short x4;
};
struct point193 demo193(struct point193 a) {
return a;
}
struct point194 {
char x0;
int x1;
float x2;
char x3;
int x4;
};
struct point194 demo194(struct point194 a) {
return a;
}
struct point195 {
char x0;
int x1;
float x2;
char x3;
float x4;
};
struct point195 demo195(struct point195 a) {
return a;
}
struct point196 {
char x0;
int x1;
float x2;
short x3;
};
struct point196 demo196(struct point196 a) {
return a;
}
struct point197 {
char x0;
int x1;
float x2;
short x3;
char x4;
};
struct point197 demo197(struct point197 a) {
return a;
}
struct point198 {
char x0;
int x1;
float x2;
short x3;
short x4;
};
struct point198 demo198(struct point198 a) {
return a;
}
struct point199 {
char x0;
int x1;
float x2;
short x3;
int x4;
};
struct point199 demo199(struct point199 a) {
return a;
}
struct point200 {
char x0;
int x1;
float x2;
short x3;
float x4;
};
struct point200 demo200(struct point200 a) {
return a;
}
struct point201 {
char x0;
int x1;
float x2;
int x3;
};
struct point201 demo201(struct point201 a) {
return a;
}
struct point202 {
char x0;
int x1;
float x2;
int x3;
char x4;
};
struct point202 demo202(struct point202 a) {
return a;
}
struct point203 {
char x0;
int x1;
float x2;
int x3;
short x4;
};
struct point203 demo203(struct point203 a) {
return a;
}
struct point204 {
char x0;
int x1;
float x2;
int x3;
int x4;
};
struct point204 demo204(struct point204 a) {
return a;
}
struct point205 {
char x0;
int x1;
float x2;
int x3;
float x4;
};
struct point205 demo205(struct point205 a) {
return a;
}
struct point206 {
char x0;
int x1;
float x2;
float x3;
};
struct point206 demo206(struct point206 a) {
return a;
}
struct point207 {
char x0;
int x1;
float x2;
float x3;
char x4;
};
struct point207 demo207(struct point207 a) {
return a;
}
struct point208 {
char x0;
int x1;
float x2;
float x3;
short x4;
};
struct point208 demo208(struct point208 a) {
return a;
}
struct point209 {
char x0;
int x1;
float x2;
float x3;
int x4;
};
struct point209 demo209(struct point209 a) {
return a;
}
struct point210 {
char x0;
int x1;
float x2;
float x3;
float x4;
};
struct point210 demo210(struct point210 a) {
return a;
}
struct point211 {
char x0;
float x1;
char x2;
};
struct point211 demo211(struct point211 a) {
return a;
}
struct point212 {
char x0;
float x1;
char x2;
char x3;
};
struct point212 demo212(struct point212 a) {
return a;
}
struct point213 {
char x0;
float x1;
char x2;
char x3;
char x4;
};
struct point213 demo213(struct point213 a) {
return a;
}
struct point214 {
char x0;
float x1;
char x2;
char x3;
short x4;
};
struct point214 demo214(struct point214 a) {
return a;
}
struct point215 {
char x0;
float x1;
char x2;
char x3;
int x4;
};
struct point215 demo215(struct point215 a) {
return a;
}
struct point216 {
char x0;
float x1;
char x2;
char x3;
float x4;
};
struct point216 demo216(struct point216 a) {
return a;
}
struct point217 {
char x0;
float x1;
char x2;
short x3;
};
struct point217 demo217(struct point217 a) {
return a;
}
struct point218 {
char x0;
float x1;
char x2;
short x3;
char x4;
};
struct point218 demo218(struct point218 a) {
return a;
}
struct point219 {
char x0;
float x1;
char x2;
short x3;
short x4;
};
struct point219 demo219(struct point219 a) {
return a;
}
struct point220 {
char x0;
float x1;
char x2;
short x3;
int x4;
};
struct point220 demo220(struct point220 a) {
return a;
}
struct point221 {
char x0;
float x1;
char x2;
short x3;
float x4;
};
struct point221 demo221(struct point221 a) {
return a;
}
struct point222 {
char x0;
float x1;
char x2;
int x3;
};
struct point222 demo222(struct point222 a) {
return a;
}
struct point223 {
char x0;
float x1;
char x2;
int x3;
char x4;
};
struct point223 demo223(struct point223 a) {
return a;
}
struct point224 {
char x0;
float x1;
char x2;
int x3;
short x4;
};
struct point224 demo224(struct point224 a) {
return a;
}
struct point225 {
char x0;
float x1;
char x2;
int x3;
int x4;
};
struct point225 demo225(struct point225 a) {
return a;
}
struct point226 {
char x0;
float x1;
char x2;
int x3;
float x4;
};
struct point226 demo226(struct point226 a) {
return a;
}
struct point227 {
char x0;
float x1;
char x2;
float x3;
};
struct point227 demo227(struct point227 a) {
return a;
}
struct point228 {
char x0;
float x1;
char x2;
float x3;
char x4;
};
struct point228 demo228(struct point228 a) {
return a;
}
struct point229 {
char x0;
float x1;
char x2;
float x3;
short x4;
};
struct point229 demo229(struct point229 a) {
return a;
}
struct point230 {
char x0;
float x1;
char x2;
float x3;
int x4;
};
struct point230 demo230(struct point230 a) {
return a;
}
struct point231 {
char x0;
float x1;
char x2;
float x3;
float x4;
};
struct point231 demo231(struct point231 a) {
return a;
}
struct point232 {
char x0;
float x1;
short x2;
};
struct point232 demo232(struct point232 a) {
return a;
}
struct point233 {
char x0;
float x1;
short x2;
char x3;
};
struct point233 demo233(struct point233 a) {
return a;
}
struct point234 {
char x0;
float x1;
short x2;
char x3;
char x4;
};
struct point234 demo234(struct point234 a) {
return a;
}
struct point235 {
char x0;
float x1;
short x2;
char x3;
short x4;
};
struct point235 demo235(struct point235 a) {
return a;
}
struct point236 {
char x0;
float x1;
short x2;
char x3;
int x4;
};
struct point236 demo236(struct point236 a) {
return a;
}
struct point237 {
char x0;
float x1;
short x2;
char x3;
float x4;
};
struct point237 demo237(struct point237 a) {
return a;
}
struct point238 {
char x0;
float x1;
short x2;
short x3;
};
struct point238 demo238(struct point238 a) {
return a;
}
struct point239 {
char x0;
float x1;
short x2;
short x3;
char x4;
};
struct point239 demo239(struct point239 a) {
return a;
}
struct point240 {
char x0;
float x1;
short x2;
short x3;
short x4;
};
struct point240 demo240(struct point240 a) {
return a;
}
struct point241 {
char x0;
float x1;
short x2;
short x3;
int x4;
};
struct point241 demo241(struct point241 a) {
return a;
}
struct point242 {
char x0;
float x1;
short x2;
short x3;
float x4;
};
struct point242 demo242(struct point242 a) {
return a;
}
struct point243 {
char x0;
float x1;
short x2;
int x3;
};
struct point243 demo243(struct point243 a) {
return a;
}
struct point244 {
char x0;
float x1;
short x2;
int x3;
char x4;
};
struct point244 demo244(struct point244 a) {
return a;
}
struct point245 {
char x0;
float x1;
short x2;
int x3;
short x4;
};
struct point245 demo245(struct point245 a) {
return a;
}
struct point246 {
char x0;
float x1;
short x2;
int x3;
int x4;
};
struct point246 demo246(struct point246 a) {
return a;
}
struct point247 {
char x0;
float x1;
short x2;
int x3;
float x4;
};
struct point247 demo247(struct point247 a) {
return a;
}
struct point248 {
char x0;
float x1;
short x2;
float x3;
};
struct point248 demo248(struct point248 a) {
return a;
}
struct point249 {
char x0;
float x1;
short x2;
float x3;
char x4;
};
struct point249 demo249(struct point249 a) {
return a;
}
struct point250 {
char x0;
float x1;
short x2;
float x3;
short x4;
};
struct point250 demo250(struct point250 a) {
return a;
}
struct point251 {
char x0;
float x1;
short x2;
float x3;
int x4;
};
struct point251 demo251(struct point251 a) {
return a;
}
struct point252 {
char x0;
float x1;
short x2;
float x3;
float x4;
};
struct point252 demo252(struct point252 a) {
return a;
}
struct point253 {
char x0;
float x1;
int x2;
};
struct point253 demo253(struct point253 a) {
return a;
}
struct point254 {
char x0;
float x1;
int x2;
char x3;
};
struct point254 demo254(struct point254 a) {
return a;
}
struct point255 {
char x0;
float x1;
int x2;
char x3;
char x4;
};
struct point255 demo255(struct point255 a) {
return a;
}
struct point256 {
char x0;
float x1;
int x2;
char x3;
short x4;
};
struct point256 demo256(struct point256 a) {
return a;
}
struct point257 {
char x0;
float x1;
int x2;
char x3;
int x4;
};
struct point257 demo257(struct point257 a) {
return a;
}
struct point258 {
char x0;
float x1;
int x2;
char x3;
float x4;
};
struct point258 demo258(struct point258 a) {
return a;
}
struct point259 {
char x0;
float x1;
int x2;
short x3;
};
struct point259 demo259(struct point259 a) {
return a;
}
struct point260 {
char x0;
float x1;
int x2;
short x3;
char x4;
};
struct point260 demo260(struct point260 a) {
return a;
}
struct point261 {
char x0;
float x1;
int x2;
short x3;
short x4;
};
struct point261 demo261(struct point261 a) {
return a;
}
struct point262 {
char x0;
float x1;
int x2;
short x3;
int x4;
};
struct point262 demo262(struct point262 a) {
return a;
}
struct point263 {
char x0;
float x1;
int x2;
short x3;
float x4;
};
struct point263 demo263(struct point263 a) {
return a;
}
struct point264 {
char x0;
float x1;
int x2;
int x3;
};
struct point264 demo264(struct point264 a) {
return a;
}
struct point265 {
char x0;
float x1;
int x2;
int x3;
char x4;
};
struct point265 demo265(struct point265 a) {
return a;
}
struct point266 {
char x0;
float x1;
int x2;
int x3;
short x4;
};
struct point266 demo266(struct point266 a) {
return a;
}
struct point267 {
char x0;
float x1;
int x2;
int x3;
int x4;
};
struct point267 demo267(struct point267 a) {
return a;
}
struct point268 {
char x0;
float x1;
int x2;
int x3;
float x4;
};
struct point268 demo268(struct point268 a) {
return a;
}
struct point269 {
char x0;
float x1;
int x2;
float x3;
};
struct point269 demo269(struct point269 a) {
return a;
}
struct point270 {
char x0;
float x1;
int x2;
float x3;
char x4;
};
struct point270 demo270(struct point270 a) {
return a;
}
struct point271 {
char x0;
float x1;
int x2;
float x3;
short x4;
};
struct point271 demo271(struct point271 a) {
return a;
}
struct point272 {
char x0;
float x1;
int x2;
float x3;
int x4;
};
struct point272 demo272(struct point272 a) {
return a;
}
struct point273 {
char x0;
float x1;
int x2;
float x3;
float x4;
};
struct point273 demo273(struct point273 a) {
return a;
}
struct point274 {
char x0;
float x1;
float x2;
};
struct point274 demo274(struct point274 a) {
return a;
}
struct point275 {
char x0;
float x1;
float x2;
char x3;
};
struct point275 demo275(struct point275 a) {
return a;
}
struct point276 {
char x0;
float x1;
float x2;
char x3;
char x4;
};
struct point276 demo276(struct point276 a) {
return a;
}
struct point277 {
char x0;
float x1;
float x2;
char x3;
short x4;
};
struct point277 demo277(struct point277 a) {
return a;
}
struct point278 {
char x0;
float x1;
float x2;
char x3;
int x4;
};
struct point278 demo278(struct point278 a) {
return a;
}
struct point279 {
char x0;
float x1;
float x2;
char x3;
float x4;
};
struct point279 demo279(struct point279 a) {
return a;
}
struct point280 {
char x0;
float x1;
float x2;
short x3;
};
struct point280 demo280(struct point280 a) {
return a;
}
struct point281 {
char x0;
float x1;
float x2;
short x3;
char x4;
};
struct point281 demo281(struct point281 a) {
return a;
}
struct point282 {
char x0;
float x1;
float x2;
short x3;
short x4;
};
struct point282 demo282(struct point282 a) {
return a;
}
struct point283 {
char x0;
float x1;
float x2;
short x3;
int x4;
};
struct point283 demo283(struct point283 a) {
return a;
}
struct point284 {
char x0;
float x1;
float x2;
short x3;
float x4;
};
struct point284 demo284(struct point284 a) {
return a;
}
struct point285 {
char x0;
float x1;
float x2;
int x3;
};
struct point285 demo285(struct point285 a) {
return a;
}
struct point286 {
char x0;
float x1;
float x2;
int x3;
char x4;
};
struct point286 demo286(struct point286 a) {
return a;
}
struct point287 {
char x0;
float x1;
float x2;
int x3;
short x4;
};
struct point287 demo287(struct point287 a) {
return a;
}
struct point288 {
char x0;
float x1;
float x2;
int x3;
int x4;
};
struct point288 demo288(struct point288 a) {
return a;
}
struct point289 {
char x0;
float x1;
float x2;
int x3;
float x4;
};
struct point289 demo289(struct point289 a) {
return a;
}
struct point290 {
char x0;
float x1;
float x2;
float x3;
};
struct point290 demo290(struct point290 a) {
return a;
}
struct point291 {
char x0;
float x1;
float x2;
float x3;
char x4;
};
struct point291 demo291(struct point291 a) {
return a;
}
struct point292 {
char x0;
float x1;
float x2;
float x3;
short x4;
};
struct point292 demo292(struct point292 a) {
return a;
}
struct point293 {
char x0;
float x1;
float x2;
float x3;
int x4;
};
struct point293 demo293(struct point293 a) {
return a;
}
struct point294 {
char x0;
float x1;
float x2;
float x3;
float x4;
};
struct point294 demo294(struct point294 a) {
return a;
}
struct point295 {
short x0;
char x1;
char x2;
};
struct point295 demo295(struct point295 a) {
return a;
}
struct point296 {
short x0;
char x1;
char x2;
char x3;
};
struct point296 demo296(struct point296 a) {
return a;
}
struct point297 {
short x0;
char x1;
char x2;
char x3;
char x4;
};
struct point297 demo297(struct point297 a) {
return a;
}
struct point298 {
short x0;
char x1;
char x2;
char x3;
short x4;
};
struct point298 demo298(struct point298 a) {
return a;
}
struct point299 {
short x0;
char x1;
char x2;
char x3;
int x4;
};
struct point299 demo299(struct point299 a) {
return a;
}
struct point300 {
short x0;
char x1;
char x2;
char x3;
float x4;
};
struct point300 demo300(struct point300 a) {
return a;
}
struct point301 {
short x0;
char x1;
char x2;
short x3;
};
struct point301 demo301(struct point301 a) {
return a;
}
struct point302 {
short x0;
char x1;
char x2;
short x3;
char x4;
};
struct point302 demo302(struct point302 a) {
return a;
}
struct point303 {
short x0;
char x1;
char x2;
short x3;
short x4;
};
struct point303 demo303(struct point303 a) {
return a;
}
struct point304 {
short x0;
char x1;
char x2;
short x3;
int x4;
};
struct point304 demo304(struct point304 a) {
return a;
}
struct point305 {
short x0;
char x1;
char x2;
short x3;
float x4;
};
struct point305 demo305(struct point305 a) {
return a;
}
struct point306 {
short x0;
char x1;
char x2;
int x3;
};
struct point306 demo306(struct point306 a) {
return a;
}
struct point307 {
short x0;
char x1;
char x2;
int x3;
char x4;
};
struct point307 demo307(struct point307 a) {
return a;
}
struct point308 {
short x0;
char x1;
char x2;
int x3;
short x4;
};
struct point308 demo308(struct point308 a) {
return a;
}
struct point309 {
short x0;
char x1;
char x2;
int x3;
int x4;
};
struct point309 demo309(struct point309 a) {
return a;
}
struct point310 {
short x0;
char x1;
char x2;
int x3;
float x4;
};
struct point310 demo310(struct point310 a) {
return a;
}
struct point311 {
short x0;
char x1;
char x2;
float x3;
};
struct point311 demo311(struct point311 a) {
return a;
}
struct point312 {
short x0;
char x1;
char x2;
float x3;
char x4;
};
struct point312 demo312(struct point312 a) {
return a;
}
struct point313 {
short x0;
char x1;
char x2;
float x3;
short x4;
};
struct point313 demo313(struct point313 a) {
return a;
}
struct point314 {
short x0;
char x1;
char x2;
float x3;
int x4;
};
struct point314 demo314(struct point314 a) {
return a;
}
struct point315 {
short x0;
char x1;
char x2;
float x3;
float x4;
};
struct point315 demo315(struct point315 a) {
return a;
}
struct point316 {
short x0;
char x1;
short x2;
};
struct point316 demo316(struct point316 a) {
return a;
}
struct point317 {
short x0;
char x1;
short x2;
char x3;
};
struct point317 demo317(struct point317 a) {
return a;
}
struct point318 {
short x0;
char x1;
short x2;
char x3;
char x4;
};
struct point318 demo318(struct point318 a) {
return a;
}
struct point319 {
short x0;
char x1;
short x2;
char x3;
short x4;
};
struct point319 demo319(struct point319 a) {
return a;
}
struct point320 {
short x0;
char x1;
short x2;
char x3;
int x4;
};
struct point320 demo320(struct point320 a) {
return a;
}
struct point321 {
short x0;
char x1;
short x2;
char x3;
float x4;
};
struct point321 demo321(struct point321 a) {
return a;
}
struct point322 {
short x0;
char x1;
short x2;
short x3;
};
struct point322 demo322(struct point322 a) {
return a;
}
struct point323 {
short x0;
char x1;
short x2;
short x3;
char x4;
};
struct point323 demo323(struct point323 a) {
return a;
}
struct point324 {
short x0;
char x1;
short x2;
short x3;
short x4;
};
struct point324 demo324(struct point324 a) {
return a;
}
struct point325 {
short x0;
char x1;
short x2;
short x3;
int x4;
};
struct point325 demo325(struct point325 a) {
return a;
}
struct point326 {
short x0;
char x1;
short x2;
short x3;
float x4;
};
struct point326 demo326(struct point326 a) {
return a;
}
struct point327 {
short x0;
char x1;
short x2;
int x3;
};
struct point327 demo327(struct point327 a) {
return a;
}
struct point328 {
short x0;
char x1;
short x2;
int x3;
char x4;
};
struct point328 demo328(struct point328 a) {
return a;
}
struct point329 {
short x0;
char x1;
short x2;
int x3;
short x4;
};
struct point329 demo329(struct point329 a) {
return a;
}
struct point330 {
short x0;
char x1;
short x2;
int x3;
int x4;
};
struct point330 demo330(struct point330 a) {
return a;
}
struct point331 {
short x0;
char x1;
short x2;
int x3;
float x4;
};
struct point331 demo331(struct point331 a) {
return a;
}
struct point332 {
short x0;
char x1;
short x2;
float x3;
};
struct point332 demo332(struct point332 a) {
return a;
}
struct point333 {
short x0;
char x1;
short x2;
float x3;
char x4;
};
struct point333 demo333(struct point333 a) {
return a;
}
struct point334 {
short x0;
char x1;
short x2;
float x3;
short x4;
};
struct point334 demo334(struct point334 a) {
return a;
}
struct point335 {
short x0;
char x1;
short x2;
float x3;
int x4;
};
struct point335 demo335(struct point335 a) {
return a;
}
struct point336 {
short x0;
char x1;
short x2;
float x3;
float x4;
};
struct point336 demo336(struct point336 a) {
return a;
}
struct point337 {
short x0;
char x1;
int x2;
};
struct point337 demo337(struct point337 a) {
return a;
}
struct point338 {
short x0;
char x1;
int x2;
char x3;
};
struct point338 demo338(struct point338 a) {
return a;
}
struct point339 {
short x0;
char x1;
int x2;
char x3;
char x4;
};
struct point339 demo339(struct point339 a) {
return a;
}
struct point340 {
short x0;
char x1;
int x2;
char x3;
short x4;
};
struct point340 demo340(struct point340 a) {
return a;
}
struct point341 {
short x0;
char x1;
int x2;
char x3;
int x4;
};
struct point341 demo341(struct point341 a) {
return a;
}
struct point342 {
short x0;
char x1;
int x2;
char x3;
float x4;
};
struct point342 demo342(struct point342 a) {
return a;
}
struct point343 {
short x0;
char x1;
int x2;
short x3;
};
struct point343 demo343(struct point343 a) {
return a;
}
struct point344 {
short x0;
char x1;
int x2;
short x3;
char x4;
};
struct point344 demo344(struct point344 a) {
return a;
}
struct point345 {
short x0;
char x1;
int x2;
short x3;
short x4;
};
struct point345 demo345(struct point345 a) {
return a;
}
struct point346 {
short x0;
char x1;
int x2;
short x3;
int x4;
};
struct point346 demo346(struct point346 a) {
return a;
}
struct point347 {
short x0;
char x1;
int x2;
short x3;
float x4;
};
struct point347 demo347(struct point347 a) {
return a;
}
struct point348 {
short x0;
char x1;
int x2;
int x3;
};
struct point348 demo348(struct point348 a) {
return a;
}
struct point349 {
short x0;
char x1;
int x2;
int x3;
char x4;
};
struct point349 demo349(struct point349 a) {
return a;
}
struct point350 {
short x0;
char x1;
int x2;
int x3;
short x4;
};
struct point350 demo350(struct point350 a) {
return a;
}
struct point351 {
short x0;
char x1;
int x2;
int x3;
int x4;
};
struct point351 demo351(struct point351 a) {
return a;
}
struct point352 {
short x0;
char x1;
int x2;
int x3;
float x4;
};
struct point352 demo352(struct point352 a) {
return a;
}
struct point353 {
short x0;
char x1;
int x2;
float x3;
};
struct point353 demo353(struct point353 a) {
return a;
}
struct point354 {
short x0;
char x1;
int x2;
float x3;
char x4;
};
struct point354 demo354(struct point354 a) {
return a;
}
struct point355 {
short x0;
char x1;
int x2;
float x3;
short x4;
};
struct point355 demo355(struct point355 a) {
return a;
}
struct point356 {
short x0;
char x1;
int x2;
float x3;
int x4;
};
struct point356 demo356(struct point356 a) {
return a;
}
struct point357 {
short x0;
char x1;
int x2;
float x3;
float x4;
};
struct point357 demo357(struct point357 a) {
return a;
}
struct point358 {
short x0;
char x1;
float x2;
};
struct point358 demo358(struct point358 a) {
return a;
}
struct point359 {
short x0;
char x1;
float x2;
char x3;
};
struct point359 demo359(struct point359 a) {
return a;
}
struct point360 {
short x0;
char x1;
float x2;
char x3;
char x4;
};
struct point360 demo360(struct point360 a) {
return a;
}
struct point361 {
short x0;
char x1;
float x2;
char x3;
short x4;
};
struct point361 demo361(struct point361 a) {
return a;
}
struct point362 {
short x0;
char x1;
float x2;
char x3;
int x4;
};
struct point362 demo362(struct point362 a) {
return a;
}
struct point363 {
short x0;
char x1;
float x2;
char x3;
float x4;
};
struct point363 demo363(struct point363 a) {
return a;
}
struct point364 {
short x0;
char x1;
float x2;
short x3;
};
struct point364 demo364(struct point364 a) {
return a;
}
struct point365 {
short x0;
char x1;
float x2;
short x3;
char x4;
};
struct point365 demo365(struct point365 a) {
return a;
}
struct point366 {
short x0;
char x1;
float x2;
short x3;
short x4;
};
struct point366 demo366(struct point366 a) {
return a;
}
struct point367 {
short x0;
char x1;
float x2;
short x3;
int x4;
};
struct point367 demo367(struct point367 a) {
return a;
}
struct point368 {
short x0;
char x1;
float x2;
short x3;
float x4;
};
struct point368 demo368(struct point368 a) {
return a;
}
struct point369 {
short x0;
char x1;
float x2;
int x3;
};
struct point369 demo369(struct point369 a) {
return a;
}
struct point370 {
short x0;
char x1;
float x2;
int x3;
char x4;
};
struct point370 demo370(struct point370 a) {
return a;
}
struct point371 {
short x0;
char x1;
float x2;
int x3;
short x4;
};
struct point371 demo371(struct point371 a) {
return a;
}
struct point372 {
short x0;
char x1;
float x2;
int x3;
int x4;
};
struct point372 demo372(struct point372 a) {
return a;
}
struct point373 {
short x0;
char x1;
float x2;
int x3;
float x4;
};
struct point373 demo373(struct point373 a) {
return a;
}
struct point374 {
short x0;
char x1;
float x2;
float x3;
};
struct point374 demo374(struct point374 a) {
return a;
}
struct point375 {
short x0;
char x1;
float x2;
float x3;
char x4;
};
struct point375 demo375(struct point375 a) {
return a;
}
struct point376 {
short x0;
char x1;
float x2;
float x3;
short x4;
};
struct point376 demo376(struct point376 a) {
return a;
}
struct point377 {
short x0;
char x1;
float x2;
float x3;
int x4;
};
struct point377 demo377(struct point377 a) {
return a;
}
struct point378 {
short x0;
char x1;
float x2;
float x3;
float x4;
};
struct point378 demo378(struct point378 a) {
return a;
}
struct point379 {
short x0;
int x1;
char x2;
};
struct point379 demo379(struct point379 a) {
return a;
}
struct point380 {
short x0;
int x1;
char x2;
char x3;
};
struct point380 demo380(struct point380 a) {
return a;
}
struct point381 {
short x0;
int x1;
char x2;
char x3;
char x4;
};
struct point381 demo381(struct point381 a) {
return a;
}
struct point382 {
short x0;
int x1;
char x2;
char x3;
short x4;
};
struct point382 demo382(struct point382 a) {
return a;
}
struct point383 {
short x0;
int x1;
char x2;
char x3;
int x4;
};
struct point383 demo383(struct point383 a) {
return a;
}
struct point384 {
short x0;
int x1;
char x2;
char x3;
float x4;
};
struct point384 demo384(struct point384 a) {
return a;
}
struct point385 {
short x0;
int x1;
char x2;
short x3;
};
struct point385 demo385(struct point385 a) {
return a;
}
struct point386 {
short x0;
int x1;
char x2;
short x3;
char x4;
};
struct point386 demo386(struct point386 a) {
return a;
}
struct point387 {
short x0;
int x1;
char x2;
short x3;
short x4;
};
struct point387 demo387(struct point387 a) {
return a;
}
struct point388 {
short x0;
int x1;
char x2;
short x3;
int x4;
};
struct point388 demo388(struct point388 a) {
return a;
}
struct point389 {
short x0;
int x1;
char x2;
short x3;
float x4;
};
struct point389 demo389(struct point389 a) {
return a;
}
struct point390 {
short x0;
int x1;
char x2;
int x3;
};
struct point390 demo390(struct point390 a) {
return a;
}
struct point391 {
short x0;
int x1;
char x2;
int x3;
char x4;
};
struct point391 demo391(struct point391 a) {
return a;
}
struct point392 {
short x0;
int x1;
char x2;
int x3;
short x4;
};
struct point392 demo392(struct point392 a) {
return a;
}
struct point393 {
short x0;
int x1;
char x2;
int x3;
int x4;
};
struct point393 demo393(struct point393 a) {
return a;
}
struct point394 {
short x0;
int x1;
char x2;
int x3;
float x4;
};
struct point394 demo394(struct point394 a) {
return a;
}
struct point395 {
short x0;
int x1;
char x2;
float x3;
};
struct point395 demo395(struct point395 a) {
return a;
}
struct point396 {
short x0;
int x1;
char x2;
float x3;
char x4;
};
struct point396 demo396(struct point396 a) {
return a;
}
struct point397 {
short x0;
int x1;
char x2;
float x3;
short x4;
};
struct point397 demo397(struct point397 a) {
return a;
}
struct point398 {
short x0;
int x1;
char x2;
float x3;
int x4;
};
struct point398 demo398(struct point398 a) {
return a;
}
struct point399 {
short x0;
int x1;
char x2;
float x3;
float x4;
};
struct point399 demo399(struct point399 a) {
return a;
}
struct point400 {
short x0;
int x1;
short x2;
};
struct point400 demo400(struct point400 a) {
return a;
}
struct point401 {
short x0;
int x1;
short x2;
char x3;
};
struct point401 demo401(struct point401 a) {
return a;
}
struct point402 {
short x0;
int x1;
short x2;
char x3;
char x4;
};
struct point402 demo402(struct point402 a) {
return a;
}
struct point403 {
short x0;
int x1;
short x2;
char x3;
short x4;
};
struct point403 demo403(struct point403 a) {
return a;
}
struct point404 {
short x0;
int x1;
short x2;
char x3;
int x4;
};
struct point404 demo404(struct point404 a) {
return a;
}
struct point405 {
short x0;
int x1;
short x2;
char x3;
float x4;
};
struct point405 demo405(struct point405 a) {
return a;
}
struct point406 {
short x0;
int x1;
short x2;
short x3;
};
struct point406 demo406(struct point406 a) {
return a;
}
struct point407 {
short x0;
int x1;
short x2;
short x3;
char x4;
};
struct point407 demo407(struct point407 a) {
return a;
}
struct point408 {
short x0;
int x1;
short x2;
short x3;
short x4;
};
struct point408 demo408(struct point408 a) {
return a;
}
struct point409 {
short x0;
int x1;
short x2;
short x3;
int x4;
};
struct point409 demo409(struct point409 a) {
return a;
}
struct point410 {
short x0;
int x1;
short x2;
short x3;
float x4;
};
struct point410 demo410(struct point410 a) {
return a;
}
struct point411 {
short x0;
int x1;
short x2;
int x3;
};
struct point411 demo411(struct point411 a) {
return a;
}
struct point412 {
short x0;
int x1;
short x2;
int x3;
char x4;
};
struct point412 demo412(struct point412 a) {
return a;
}
struct point413 {
short x0;
int x1;
short x2;
int x3;
short x4;
};
struct point413 demo413(struct point413 a) {
return a;
}
struct point414 {
short x0;
int x1;
short x2;
int x3;
int x4;
};
struct point414 demo414(struct point414 a) {
return a;
}
struct point415 {
short x0;
int x1;
short x2;
int x3;
float x4;
};
struct point415 demo415(struct point415 a) {
return a;
}
struct point416 {
short x0;
int x1;
short x2;
float x3;
};
struct point416 demo416(struct point416 a) {
return a;
}
struct point417 {
short x0;
int x1;
short x2;
float x3;
char x4;
};
struct point417 demo417(struct point417 a) {
return a;
}
struct point418 {
short x0;
int x1;
short x2;
float x3;
short x4;
};
struct point418 demo418(struct point418 a) {
return a;
}
struct point419 {
short x0;
int x1;
short x2;
float x3;
int x4;
};
struct point419 demo419(struct point419 a) {
return a;
}
struct point420 {
short x0;
int x1;
short x2;
float x3;
float x4;
};
struct point420 demo420(struct point420 a) {
return a;
}
struct point421 {
short x0;
int x1;
int x2;
};
struct point421 demo421(struct point421 a) {
return a;
}
struct point422 {
short x0;
int x1;
int x2;
char x3;
};
struct point422 demo422(struct point422 a) {
return a;
}
struct point423 {
short x0;
int x1;
int x2;
char x3;
char x4;
};
struct point423 demo423(struct point423 a) {
return a;
}
struct point424 {
short x0;
int x1;
int x2;
char x3;
short x4;
};
struct point424 demo424(struct point424 a) {
return a;
}
struct point425 {
short x0;
int x1;
int x2;
char x3;
int x4;
};
struct point425 demo425(struct point425 a) {
return a;
}
struct point426 {
short x0;
int x1;
int x2;
char x3;
float x4;
};
struct point426 demo426(struct point426 a) {
return a;
}
struct point427 {
short x0;
int x1;
int x2;
short x3;
};
struct point427 demo427(struct point427 a) {
return a;
}
struct point428 {
short x0;
int x1;
int x2;
short x3;
char x4;
};
struct point428 demo428(struct point428 a) {
return a;
}
struct point429 {
short x0;
int x1;
int x2;
short x3;
short x4;
};
struct point429 demo429(struct point429 a) {
return a;
}
struct point430 {
short x0;
int x1;
int x2;
short x3;
int x4;
};
struct point430 demo430(struct point430 a) {
return a;
}
struct point431 {
short x0;
int x1;
int x2;
short x3;
float x4;
};
struct point431 demo431(struct point431 a) {
return a;
}
struct point432 {
short x0;
int x1;
int x2;
int x3;
};
struct point432 demo432(struct point432 a) {
return a;
}
struct point433 {
short x0;
int x1;
int x2;
int x3;
char x4;
};
struct point433 demo433(struct point433 a) {
return a;
}
struct point434 {
short x0;
int x1;
int x2;
int x3;
short x4;
};
struct point434 demo434(struct point434 a) {
return a;
}
struct point435 {
short x0;
int x1;
int x2;
int x3;
int x4;
};
struct point435 demo435(struct point435 a) {
return a;
}
struct point436 {
short x0;
int x1;
int x2;
int x3;
float x4;
};
struct point436 demo436(struct point436 a) {
return a;
}
struct point437 {
short x0;
int x1;
int x2;
float x3;
};
struct point437 demo437(struct point437 a) {
return a;
}
struct point438 {
short x0;
int x1;
int x2;
float x3;
char x4;
};
struct point438 demo438(struct point438 a) {
return a;
}
struct point439 {
short x0;
int x1;
int x2;
float x3;
short x4;
};
struct point439 demo439(struct point439 a) {
return a;
}
struct point440 {
short x0;
int x1;
int x2;
float x3;
int x4;
};
struct point440 demo440(struct point440 a) {
return a;
}
struct point441 {
short x0;
int x1;
int x2;
float x3;
float x4;
};
struct point441 demo441(struct point441 a) {
return a;
}
struct point442 {
short x0;
int x1;
float x2;
};
struct point442 demo442(struct point442 a) {
return a;
}
struct point443 {
short x0;
int x1;
float x2;
char x3;
};
struct point443 demo443(struct point443 a) {
return a;
}
struct point444 {
short x0;
int x1;
float x2;
char x3;
char x4;
};
struct point444 demo444(struct point444 a) {
return a;
}
struct point445 {
short x0;
int x1;
float x2;
char x3;
short x4;
};
struct point445 demo445(struct point445 a) {
return a;
}
struct point446 {
short x0;
int x1;
float x2;
char x3;
int x4;
};
struct point446 demo446(struct point446 a) {
return a;
}
struct point447 {
short x0;
int x1;
float x2;
char x3;
float x4;
};
struct point447 demo447(struct point447 a) {
return a;
}
struct point448 {
short x0;
int x1;
float x2;
short x3;
};
struct point448 demo448(struct point448 a) {
return a;
}
struct point449 {
short x0;
int x1;
float x2;
short x3;
char x4;
};
struct point449 demo449(struct point449 a) {
return a;
}
struct point450 {
short x0;
int x1;
float x2;
short x3;
short x4;
};
struct point450 demo450(struct point450 a) {
return a;
}
struct point451 {
short x0;
int x1;
float x2;
short x3;
int x4;
};
struct point451 demo451(struct point451 a) {
return a;
}
struct point452 {
short x0;
int x1;
float x2;
short x3;
float x4;
};
struct point452 demo452(struct point452 a) {
return a;
}
struct point453 {
short x0;
int x1;
float x2;
int x3;
};
struct point453 demo453(struct point453 a) {
return a;
}
struct point454 {
short x0;
int x1;
float x2;
int x3;
char x4;
};
struct point454 demo454(struct point454 a) {
return a;
}
struct point455 {
short x0;
int x1;
float x2;
int x3;
short x4;
};
struct point455 demo455(struct point455 a) {
return a;
}
struct point456 {
short x0;
int x1;
float x2;
int x3;
int x4;
};
struct point456 demo456(struct point456 a) {
return a;
}
struct point457 {
short x0;
int x1;
float x2;
int x3;
float x4;
};
struct point457 demo457(struct point457 a) {
return a;
}
struct point458 {
short x0;
int x1;
float x2;
float x3;
};
struct point458 demo458(struct point458 a) {
return a;
}
struct point459 {
short x0;
int x1;
float x2;
float x3;
char x4;
};
struct point459 demo459(struct point459 a) {
return a;
}
struct point460 {
short x0;
int x1;
float x2;
float x3;
short x4;
};
struct point460 demo460(struct point460 a) {
return a;
}
struct point461 {
short x0;
int x1;
float x2;
float x3;
int x4;
};
struct point461 demo461(struct point461 a) {
return a;
}
struct point462 {
short x0;
int x1;
float x2;
float x3;
float x4;
};
struct point462 demo462(struct point462 a) {
return a;
}
struct point463 {
short x0;
float x1;
char x2;
};
struct point463 demo463(struct point463 a) {
return a;
}
struct point464 {
short x0;
float x1;
char x2;
char x3;
};
struct point464 demo464(struct point464 a) {
return a;
}
struct point465 {
short x0;
float x1;
char x2;
char x3;
char x4;
};
struct point465 demo465(struct point465 a) {
return a;
}
struct point466 {
short x0;
float x1;
char x2;
char x3;
short x4;
};
struct point466 demo466(struct point466 a) {
return a;
}
struct point467 {
short x0;
float x1;
char x2;
char x3;
int x4;
};
struct point467 demo467(struct point467 a) {
return a;
}
struct point468 {
short x0;
float x1;
char x2;
char x3;
float x4;
};
struct point468 demo468(struct point468 a) {
return a;
}
struct point469 {
short x0;
float x1;
char x2;
short x3;
};
struct point469 demo469(struct point469 a) {
return a;
}
struct point470 {
short x0;
float x1;
char x2;
short x3;
char x4;
};
struct point470 demo470(struct point470 a) {
return a;
}
struct point471 {
short x0;
float x1;
char x2;
short x3;
short x4;
};
struct point471 demo471(struct point471 a) {
return a;
}
struct point472 {
short x0;
float x1;
char x2;
short x3;
int x4;
};
struct point472 demo472(struct point472 a) {
return a;
}
struct point473 {
short x0;
float x1;
char x2;
short x3;
float x4;
};
struct point473 demo473(struct point473 a) {
return a;
}
struct point474 {
short x0;
float x1;
char x2;
int x3;
};
struct point474 demo474(struct point474 a) {
return a;
}
struct point475 {
short x0;
float x1;
char x2;
int x3;
char x4;
};
struct point475 demo475(struct point475 a) {
return a;
}
struct point476 {
short x0;
float x1;
char x2;
int x3;
short x4;
};
struct point476 demo476(struct point476 a) {
return a;
}
struct point477 {
short x0;
float x1;
char x2;
int x3;
int x4;
};
struct point477 demo477(struct point477 a) {
return a;
}
struct point478 {
short x0;
float x1;
char x2;
int x3;
float x4;
};
struct point478 demo478(struct point478 a) {
return a;
}
struct point479 {
short x0;
float x1;
char x2;
float x3;
};
struct point479 demo479(struct point479 a) {
return a;
}
struct point480 {
short x0;
float x1;
char x2;
float x3;
char x4;
};
struct point480 demo480(struct point480 a) {
return a;
}
struct point481 {
short x0;
float x1;
char x2;
float x3;
short x4;
};
struct point481 demo481(struct point481 a) {
return a;
}
struct point482 {
short x0;
float x1;
char x2;
float x3;
int x4;
};
struct point482 demo482(struct point482 a) {
return a;
}
struct point483 {
short x0;
float x1;
char x2;
float x3;
float x4;
};
struct point483 demo483(struct point483 a) {
return a;
}
struct point484 {
short x0;
float x1;
short x2;
};
struct point484 demo484(struct point484 a) {
return a;
}
struct point485 {
short x0;
float x1;
short x2;
char x3;
};
struct point485 demo485(struct point485 a) {
return a;
}
struct point486 {
short x0;
float x1;
short x2;
char x3;
char x4;
};
struct point486 demo486(struct point486 a) {
return a;
}
struct point487 {
short x0;
float x1;
short x2;
char x3;
short x4;
};
struct point487 demo487(struct point487 a) {
return a;
}
struct point488 {
short x0;
float x1;
short x2;
char x3;
int x4;
};
struct point488 demo488(struct point488 a) {
return a;
}
struct point489 {
short x0;
float x1;
short x2;
char x3;
float x4;
};
struct point489 demo489(struct point489 a) {
return a;
}
struct point490 {
short x0;
float x1;
short x2;
short x3;
};
struct point490 demo490(struct point490 a) {
return a;
}
struct point491 {
short x0;
float x1;
short x2;
short x3;
char x4;
};
struct point491 demo491(struct point491 a) {
return a;
}
struct point492 {
short x0;
float x1;
short x2;
short x3;
short x4;
};
struct point492 demo492(struct point492 a) {
return a;
}
struct point493 {
short x0;
float x1;
short x2;
short x3;
int x4;
};
struct point493 demo493(struct point493 a) {
return a;
}
struct point494 {
short x0;
float x1;
short x2;
short x3;
float x4;
};
struct point494 demo494(struct point494 a) {
return a;
}
struct point495 {
short x0;
float x1;
short x2;
int x3;
};
struct point495 demo495(struct point495 a) {
return a;
}
struct point496 {
short x0;
float x1;
short x2;
int x3;
char x4;
};
struct point496 demo496(struct point496 a) {
return a;
}
struct point497 {
short x0;
float x1;
short x2;
int x3;
short x4;
};
struct point497 demo497(struct point497 a) {
return a;
}
struct point498 {
short x0;
float x1;
short x2;
int x3;
int x4;
};
struct point498 demo498(struct point498 a) {
return a;
}
struct point499 {
short x0;
float x1;
short x2;
int x3;
float x4;
};
struct point499 demo499(struct point499 a) {
return a;
}
struct point500 {
short x0;
float x1;
short x2;
float x3;
};
struct point500 demo500(struct point500 a) {
return a;
}
struct point501 {
short x0;
float x1;
short x2;
float x3;
char x4;
};
struct point501 demo501(struct point501 a) {
return a;
}
struct point502 {
short x0;
float x1;
short x2;
float x3;
short x4;
};
struct point502 demo502(struct point502 a) {
return a;
}
struct point503 {
short x0;
float x1;
short x2;
float x3;
int x4;
};
struct point503 demo503(struct point503 a) {
return a;
}
struct point504 {
short x0;
float x1;
short x2;
float x3;
float x4;
};
struct point504 demo504(struct point504 a) {
return a;
}
struct point505 {
short x0;
float x1;
int x2;
};
struct point505 demo505(struct point505 a) {
return a;
}
struct point506 {
short x0;
float x1;
int x2;
char x3;
};
struct point506 demo506(struct point506 a) {
return a;
}
struct point507 {
short x0;
float x1;
int x2;
char x3;
char x4;
};
struct point507 demo507(struct point507 a) {
return a;
}
struct point508 {
short x0;
float x1;
int x2;
char x3;
short x4;
};
struct point508 demo508(struct point508 a) {
return a;
}
struct point509 {
short x0;
float x1;
int x2;
char x3;
int x4;
};
struct point509 demo509(struct point509 a) {
return a;
}
struct point510 {
short x0;
float x1;
int x2;
char x3;
float x4;
};
struct point510 demo510(struct point510 a) {
return a;
}
struct point511 {
short x0;
float x1;
int x2;
short x3;
};
struct point511 demo511(struct point511 a) {
return a;
}
struct point512 {
short x0;
float x1;
int x2;
short x3;
char x4;
};
struct point512 demo512(struct point512 a) {
return a;
}
struct point513 {
short x0;
float x1;
int x2;
short x3;
short x4;
};
struct point513 demo513(struct point513 a) {
return a;
}
struct point514 {
short x0;
float x1;
int x2;
short x3;
int x4;
};
struct point514 demo514(struct point514 a) {
return a;
}
struct point515 {
short x0;
float x1;
int x2;
short x3;
float x4;
};
struct point515 demo515(struct point515 a) {
return a;
}
struct point516 {
short x0;
float x1;
int x2;
int x3;
};
struct point516 demo516(struct point516 a) {
return a;
}
struct point517 {
short x0;
float x1;
int x2;
int x3;
char x4;
};
struct point517 demo517(struct point517 a) {
return a;
}
struct point518 {
short x0;
float x1;
int x2;
int x3;
short x4;
};
struct point518 demo518(struct point518 a) {
return a;
}
struct point519 {
short x0;
float x1;
int x2;
int x3;
int x4;
};
struct point519 demo519(struct point519 a) {
return a;
}
struct point520 {
short x0;
float x1;
int x2;
int x3;
float x4;
};
struct point520 demo520(struct point520 a) {
return a;
}
struct point521 {
short x0;
float x1;
int x2;
float x3;
};
struct point521 demo521(struct point521 a) {
return a;
}
struct point522 {
short x0;
float x1;
int x2;
float x3;
char x4;
};
struct point522 demo522(struct point522 a) {
return a;
}
struct point523 {
short x0;
float x1;
int x2;
float x3;
short x4;
};
struct point523 demo523(struct point523 a) {
return a;
}
struct point524 {
short x0;
float x1;
int x2;
float x3;
int x4;
};
struct point524 demo524(struct point524 a) {
return a;
}
struct point525 {
short x0;
float x1;
int x2;
float x3;
float x4;
};
struct point525 demo525(struct point525 a) {
return a;
}
struct point526 {
short x0;
float x1;
float x2;
};
struct point526 demo526(struct point526 a) {
return a;
}
struct point527 {
short x0;
float x1;
float x2;
char x3;
};
struct point527 demo527(struct point527 a) {
return a;
}
struct point528 {
short x0;
float x1;
float x2;
char x3;
char x4;
};
struct point528 demo528(struct point528 a) {
return a;
}
struct point529 {
short x0;
float x1;
float x2;
char x3;
short x4;
};
struct point529 demo529(struct point529 a) {
return a;
}
struct point530 {
short x0;
float x1;
float x2;
char x3;
int x4;
};
struct point530 demo530(struct point530 a) {
return a;
}
struct point531 {
short x0;
float x1;
float x2;
char x3;
float x4;
};
struct point531 demo531(struct point531 a) {
return a;
}
struct point532 {
short x0;
float x1;
float x2;
short x3;
};
struct point532 demo532(struct point532 a) {
return a;
}
struct point533 {
short x0;
float x1;
float x2;
short x3;
char x4;
};
struct point533 demo533(struct point533 a) {
return a;
}
struct point534 {
short x0;
float x1;
float x2;
short x3;
short x4;
};
struct point534 demo534(struct point534 a) {
return a;
}
struct point535 {
short x0;
float x1;
float x2;
short x3;
int x4;
};
struct point535 demo535(struct point535 a) {
return a;
}
struct point536 {
short x0;
float x1;
float x2;
short x3;
float x4;
};
struct point536 demo536(struct point536 a) {
return a;
}
struct point537 {
short x0;
float x1;
float x2;
int x3;
};
struct point537 demo537(struct point537 a) {
return a;
}
struct point538 {
short x0;
float x1;
float x2;
int x3;
char x4;
};
struct point538 demo538(struct point538 a) {
return a;
}
struct point539 {
short x0;
float x1;
float x2;
int x3;
short x4;
};
struct point539 demo539(struct point539 a) {
return a;
}
struct point540 {
short x0;
float x1;
float x2;
int x3;
int x4;
};
struct point540 demo540(struct point540 a) {
return a;
}
struct point541 {
short x0;
float x1;
float x2;
int x3;
float x4;
};
struct point541 demo541(struct point541 a) {
return a;
}
struct point542 {
short x0;
float x1;
float x2;
float x3;
};
struct point542 demo542(struct point542 a) {
return a;
}
struct point543 {
short x0;
float x1;
float x2;
float x3;
char x4;
};
struct point543 demo543(struct point543 a) {
return a;
}
struct point544 {
short x0;
float x1;
float x2;
float x3;
short x4;
};
struct point544 demo544(struct point544 a) {
return a;
}
struct point545 {
short x0;
float x1;
float x2;
float x3;
int x4;
};
struct point545 demo545(struct point545 a) {
return a;
}
struct point546 {
short x0;
float x1;
float x2;
float x3;
float x4;
};
struct point546 demo546(struct point546 a) {
return a;
}
struct point547 {
int x0;
char x1;
char x2;
};
struct point547 demo547(struct point547 a) {
return a;
}
struct point548 {
int x0;
char x1;
char x2;
char x3;
};
struct point548 demo548(struct point548 a) {
return a;
}
struct point549 {
int x0;
char x1;
char x2;
char x3;
char x4;
};
struct point549 demo549(struct point549 a) {
return a;
}
struct point550 {
int x0;
char x1;
char x2;
char x3;
short x4;
};
struct point550 demo550(struct point550 a) {
return a;
}
struct point551 {
int x0;
char x1;
char x2;
char x3;
int x4;
};
struct point551 demo551(struct point551 a) {
return a;
}
struct point552 {
int x0;
char x1;
char x2;
char x3;
float x4;
};
struct point552 demo552(struct point552 a) {
return a;
}
struct point553 {
int x0;
char x1;
char x2;
short x3;
};
struct point553 demo553(struct point553 a) {
return a;
}
struct point554 {
int x0;
char x1;
char x2;
short x3;
char x4;
};
struct point554 demo554(struct point554 a) {
return a;
}
struct point555 {
int x0;
char x1;
char x2;
short x3;
short x4;
};
struct point555 demo555(struct point555 a) {
return a;
}
struct point556 {
int x0;
char x1;
char x2;
short x3;
int x4;
};
struct point556 demo556(struct point556 a) {
return a;
}
struct point557 {
int x0;
char x1;
char x2;
short x3;
float x4;
};
struct point557 demo557(struct point557 a) {
return a;
}
struct point558 {
int x0;
char x1;
char x2;
int x3;
};
struct point558 demo558(struct point558 a) {
return a;
}
struct point559 {
int x0;
char x1;
char x2;
int x3;
char x4;
};
struct point559 demo559(struct point559 a) {
return a;
}
struct point560 {
int x0;
char x1;
char x2;
int x3;
short x4;
};
struct point560 demo560(struct point560 a) {
return a;
}
struct point561 {
int x0;
char x1;
char x2;
int x3;
int x4;
};
struct point561 demo561(struct point561 a) {
return a;
}
struct point562 {
int x0;
char x1;
char x2;
int x3;
float x4;
};
struct point562 demo562(struct point562 a) {
return a;
}
struct point563 {
int x0;
char x1;
char x2;
float x3;
};
struct point563 demo563(struct point563 a) {
return a;
}
struct point564 {
int x0;
char x1;
char x2;
float x3;
char x4;
};
struct point564 demo564(struct point564 a) {
return a;
}
struct point565 {
int x0;
char x1;
char x2;
float x3;
short x4;
};
struct point565 demo565(struct point565 a) {
return a;
}
struct point566 {
int x0;
char x1;
char x2;
float x3;
int x4;
};
struct point566 demo566(struct point566 a) {
return a;
}
struct point567 {
int x0;
char x1;
char x2;
float x3;
float x4;
};
struct point567 demo567(struct point567 a) {
return a;
}
struct point568 {
int x0;
char x1;
short x2;
};
struct point568 demo568(struct point568 a) {
return a;
}
struct point569 {
int x0;
char x1;
short x2;
char x3;
};
struct point569 demo569(struct point569 a) {
return a;
}
struct point570 {
int x0;
char x1;
short x2;
char x3;
char x4;
};
struct point570 demo570(struct point570 a) {
return a;
}
struct point571 {
int x0;
char x1;
short x2;
char x3;
short x4;
};
struct point571 demo571(struct point571 a) {
return a;
}
struct point572 {
int x0;
char x1;
short x2;
char x3;
int x4;
};
struct point572 demo572(struct point572 a) {
return a;
}
struct point573 {
int x0;
char x1;
short x2;
char x3;
float x4;
};
struct point573 demo573(struct point573 a) {
return a;
}
struct point574 {
int x0;
char x1;
short x2;
short x3;
};
struct point574 demo574(struct point574 a) {
return a;
}
struct point575 {
int x0;
char x1;
short x2;
short x3;
char x4;
};
struct point575 demo575(struct point575 a) {
return a;
}
struct point576 {
int x0;
char x1;
short x2;
short x3;
short x4;
};
struct point576 demo576(struct point576 a) {
return a;
}
struct point577 {
int x0;
char x1;
short x2;
short x3;
int x4;
};
struct point577 demo577(struct point577 a) {
return a;
}
struct point578 {
int x0;
char x1;
short x2;
short x3;
float x4;
};
struct point578 demo578(struct point578 a) {
return a;
}
struct point579 {
int x0;
char x1;
short x2;
int x3;
};
struct point579 demo579(struct point579 a) {
return a;
}
struct point580 {
int x0;
char x1;
short x2;
int x3;
char x4;
};
struct point580 demo580(struct point580 a) {
return a;
}
struct point581 {
int x0;
char x1;
short x2;
int x3;
short x4;
};
struct point581 demo581(struct point581 a) {
return a;
}
struct point582 {
int x0;
char x1;
short x2;
int x3;
int x4;
};
struct point582 demo582(struct point582 a) {
return a;
}
struct point583 {
int x0;
char x1;
short x2;
int x3;
float x4;
};
struct point583 demo583(struct point583 a) {
return a;
}
struct point584 {
int x0;
char x1;
short x2;
float x3;
};
struct point584 demo584(struct point584 a) {
return a;
}
struct point585 {
int x0;
char x1;
short x2;
float x3;
char x4;
};
struct point585 demo585(struct point585 a) {
return a;
}
struct point586 {
int x0;
char x1;
short x2;
float x3;
short x4;
};
struct point586 demo586(struct point586 a) {
return a;
}
struct point587 {
int x0;
char x1;
short x2;
float x3;
int x4;
};
struct point587 demo587(struct point587 a) {
return a;
}
struct point588 {
int x0;
char x1;
short x2;
float x3;
float x4;
};
struct point588 demo588(struct point588 a) {
return a;
}
struct point589 {
int x0;
char x1;
int x2;
};
struct point589 demo589(struct point589 a) {
return a;
}
struct point590 {
int x0;
char x1;
int x2;
char x3;
};
struct point590 demo590(struct point590 a) {
return a;
}
struct point591 {
int x0;
char x1;
int x2;
char x3;
char x4;
};
struct point591 demo591(struct point591 a) {
return a;
}
struct point592 {
int x0;
char x1;
int x2;
char x3;
short x4;
};
struct point592 demo592(struct point592 a) {
return a;
}
struct point593 {
int x0;
char x1;
int x2;
char x3;
int x4;
};
struct point593 demo593(struct point593 a) {
return a;
}
struct point594 {
int x0;
char x1;
int x2;
char x3;
float x4;
};
struct point594 demo594(struct point594 a) {
return a;
}
struct point595 {
int x0;
char x1;
int x2;
short x3;
};
struct point595 demo595(struct point595 a) {
return a;
}
struct point596 {
int x0;
char x1;
int x2;
short x3;
char x4;
};
struct point596 demo596(struct point596 a) {
return a;
}
struct point597 {
int x0;
char x1;
int x2;
short x3;
short x4;
};
struct point597 demo597(struct point597 a) {
return a;
}
struct point598 {
int x0;
char x1;
int x2;
short x3;
int x4;
};
struct point598 demo598(struct point598 a) {
return a;
}
struct point599 {
int x0;
char x1;
int x2;
short x3;
float x4;
};
struct point599 demo599(struct point599 a) {
return a;
}
struct point600 {
int x0;
char x1;
int x2;
int x3;
};
struct point600 demo600(struct point600 a) {
return a;
}
struct point601 {
int x0;
char x1;
int x2;
int x3;
char x4;
};
struct point601 demo601(struct point601 a) {
return a;
}
struct point602 {
int x0;
char x1;
int x2;
int x3;
short x4;
};
struct point602 demo602(struct point602 a) {
return a;
}
struct point603 {
int x0;
char x1;
int x2;
int x3;
int x4;
};
struct point603 demo603(struct point603 a) {
return a;
}
struct point604 {
int x0;
char x1;
int x2;
int x3;
float x4;
};
struct point604 demo604(struct point604 a) {
return a;
}
struct point605 {
int x0;
char x1;
int x2;
float x3;
};
struct point605 demo605(struct point605 a) {
return a;
}
struct point606 {
int x0;
char x1;
int x2;
float x3;
char x4;
};
struct point606 demo606(struct point606 a) {
return a;
}
struct point607 {
int x0;
char x1;
int x2;
float x3;
short x4;
};
struct point607 demo607(struct point607 a) {
return a;
}
struct point608 {
int x0;
char x1;
int x2;
float x3;
int x4;
};
struct point608 demo608(struct point608 a) {
return a;
}
struct point609 {
int x0;
char x1;
int x2;
float x3;
float x4;
};
struct point609 demo609(struct point609 a) {
return a;
}
struct point610 {
int x0;
char x1;
float x2;
};
struct point610 demo610(struct point610 a) {
return a;
}
struct point611 {
int x0;
char x1;
float x2;
char x3;
};
struct point611 demo611(struct point611 a) {
return a;
}
struct point612 {
int x0;
char x1;
float x2;
char x3;
char x4;
};
struct point612 demo612(struct point612 a) {
return a;
}
struct point613 {
int x0;
char x1;
float x2;
char x3;
short x4;
};
struct point613 demo613(struct point613 a) {
return a;
}
struct point614 {
int x0;
char x1;
float x2;
char x3;
int x4;
};
struct point614 demo614(struct point614 a) {
return a;
}
struct point615 {
int x0;
char x1;
float x2;
char x3;
float x4;
};
struct point615 demo615(struct point615 a) {
return a;
}
struct point616 {
int x0;
char x1;
float x2;
short x3;
};
struct point616 demo616(struct point616 a) {
return a;
}
struct point617 {
int x0;
char x1;
float x2;
short x3;
char x4;
};
struct point617 demo617(struct point617 a) {
return a;
}
struct point618 {
int x0;
char x1;
float x2;
short x3;
short x4;
};
struct point618 demo618(struct point618 a) {
return a;
}
struct point619 {
int x0;
char x1;
float x2;
short x3;
int x4;
};
struct point619 demo619(struct point619 a) {
return a;
}
struct point620 {
int x0;
char x1;
float x2;
short x3;
float x4;
};
struct point620 demo620(struct point620 a) {
return a;
}
struct point621 {
int x0;
char x1;
float x2;
int x3;
};
struct point621 demo621(struct point621 a) {
return a;
}
struct point622 {
int x0;
char x1;
float x2;
int x3;
char x4;
};
struct point622 demo622(struct point622 a) {
return a;
}
struct point623 {
int x0;
char x1;
float x2;
int x3;
short x4;
};
struct point623 demo623(struct point623 a) {
return a;
}
struct point624 {
int x0;
char x1;
float x2;
int x3;
int x4;
};
struct point624 demo624(struct point624 a) {
return a;
}
struct point625 {
int x0;
char x1;
float x2;
int x3;
float x4;
};
struct point625 demo625(struct point625 a) {
return a;
}
struct point626 {
int x0;
char x1;
float x2;
float x3;
};
struct point626 demo626(struct point626 a) {
return a;
}
struct point627 {
int x0;
char x1;
float x2;
float x3;
char x4;
};
struct point627 demo627(struct point627 a) {
return a;
}
struct point628 {
int x0;
char x1;
float x2;
float x3;
short x4;
};
struct point628 demo628(struct point628 a) {
return a;
}
struct point629 {
int x0;
char x1;
float x2;
float x3;
int x4;
};
struct point629 demo629(struct point629 a) {
return a;
}
struct point630 {
int x0;
char x1;
float x2;
float x3;
float x4;
};
struct point630 demo630(struct point630 a) {
return a;
}
struct point631 {
int x0;
short x1;
char x2;
};
struct point631 demo631(struct point631 a) {
return a;
}
struct point632 {
int x0;
short x1;
char x2;
char x3;
};
struct point632 demo632(struct point632 a) {
return a;
}
struct point633 {
int x0;
short x1;
char x2;
char x3;
char x4;
};
struct point633 demo633(struct point633 a) {
return a;
}
struct point634 {
int x0;
short x1;
char x2;
char x3;
short x4;
};
struct point634 demo634(struct point634 a) {
return a;
}
struct point635 {
int x0;
short x1;
char x2;
char x3;
int x4;
};
struct point635 demo635(struct point635 a) {
return a;
}
struct point636 {
int x0;
short x1;
char x2;
char x3;
float x4;
};
struct point636 demo636(struct point636 a) {
return a;
}
struct point637 {
int x0;
short x1;
char x2;
short x3;
};
struct point637 demo637(struct point637 a) {
return a;
}
struct point638 {
int x0;
short x1;
char x2;
short x3;
char x4;
};
struct point638 demo638(struct point638 a) {
return a;
}
struct point639 {
int x0;
short x1;
char x2;
short x3;
short x4;
};
struct point639 demo639(struct point639 a) {
return a;
}
struct point640 {
int x0;
short x1;
char x2;
short x3;
int x4;
};
struct point640 demo640(struct point640 a) {
return a;
}
struct point641 {
int x0;
short x1;
char x2;
short x3;
float x4;
};
struct point641 demo641(struct point641 a) {
return a;
}
struct point642 {
int x0;
short x1;
char x2;
int x3;
};
struct point642 demo642(struct point642 a) {
return a;
}
struct point643 {
int x0;
short x1;
char x2;
int x3;
char x4;
};
struct point643 demo643(struct point643 a) {
return a;
}
struct point644 {
int x0;
short x1;
char x2;
int x3;
short x4;
};
struct point644 demo644(struct point644 a) {
return a;
}
struct point645 {
int x0;
short x1;
char x2;
int x3;
int x4;
};
struct point645 demo645(struct point645 a) {
return a;
}
struct point646 {
int x0;
short x1;
char x2;
int x3;
float x4;
};
struct point646 demo646(struct point646 a) {
return a;
}
struct point647 {
int x0;
short x1;
char x2;
float x3;
};
struct point647 demo647(struct point647 a) {
return a;
}
struct point648 {
int x0;
short x1;
char x2;
float x3;
char x4;
};
struct point648 demo648(struct point648 a) {
return a;
}
struct point649 {
int x0;
short x1;
char x2;
float x3;
short x4;
};
struct point649 demo649(struct point649 a) {
return a;
}
struct point650 {
int x0;
short x1;
char x2;
float x3;
int x4;
};
struct point650 demo650(struct point650 a) {
return a;
}
struct point651 {
int x0;
short x1;
char x2;
float x3;
float x4;
};
struct point651 demo651(struct point651 a) {
return a;
}
struct point652 {
int x0;
short x1;
short x2;
};
struct point652 demo652(struct point652 a) {
return a;
}
struct point653 {
int x0;
short x1;
short x2;
char x3;
};
struct point653 demo653(struct point653 a) {
return a;
}
struct point654 {
int x0;
short x1;
short x2;
char x3;
char x4;
};
struct point654 demo654(struct point654 a) {
return a;
}
struct point655 {
int x0;
short x1;
short x2;
char x3;
short x4;
};
struct point655 demo655(struct point655 a) {
return a;
}
struct point656 {
int x0;
short x1;
short x2;
char x3;
int x4;
};
struct point656 demo656(struct point656 a) {
return a;
}
struct point657 {
int x0;
short x1;
short x2;
char x3;
float x4;
};
struct point657 demo657(struct point657 a) {
return a;
}
struct point658 {
int x0;
short x1;
short x2;
short x3;
};
struct point658 demo658(struct point658 a) {
return a;
}
struct point659 {
int x0;
short x1;
short x2;
short x3;
char x4;
};
struct point659 demo659(struct point659 a) {
return a;
}
struct point660 {
int x0;
short x1;
short x2;
short x3;
short x4;
};
struct point660 demo660(struct point660 a) {
return a;
}
struct point661 {
int x0;
short x1;
short x2;
short x3;
int x4;
};
struct point661 demo661(struct point661 a) {
return a;
}
struct point662 {
int x0;
short x1;
short x2;
short x3;
float x4;
};
struct point662 demo662(struct point662 a) {
return a;
}
struct point663 {
int x0;
short x1;
short x2;
int x3;
};
struct point663 demo663(struct point663 a) {
return a;
}
struct point664 {
int x0;
short x1;
short x2;
int x3;
char x4;
};
struct point664 demo664(struct point664 a) {
return a;
}
struct point665 {
int x0;
short x1;
short x2;
int x3;
short x4;
};
struct point665 demo665(struct point665 a) {
return a;
}
struct point666 {
int x0;
short x1;
short x2;
int x3;
int x4;
};
struct point666 demo666(struct point666 a) {
return a;
}
struct point667 {
int x0;
short x1;
short x2;
int x3;
float x4;
};
struct point667 demo667(struct point667 a) {
return a;
}
struct point668 {
int x0;
short x1;
short x2;
float x3;
};
struct point668 demo668(struct point668 a) {
return a;
}
struct point669 {
int x0;
short x1;
short x2;
float x3;
char x4;
};
struct point669 demo669(struct point669 a) {
return a;
}
struct point670 {
int x0;
short x1;
short x2;
float x3;
short x4;
};
struct point670 demo670(struct point670 a) {
return a;
}
struct point671 {
int x0;
short x1;
short x2;
float x3;
int x4;
};
struct point671 demo671(struct point671 a) {
return a;
}
struct point672 {
int x0;
short x1;
short x2;
float x3;
float x4;
};
struct point672 demo672(struct point672 a) {
return a;
}
struct point673 {
int x0;
short x1;
int x2;
};
struct point673 demo673(struct point673 a) {
return a;
}
struct point674 {
int x0;
short x1;
int x2;
char x3;
};
struct point674 demo674(struct point674 a) {
return a;
}
struct point675 {
int x0;
short x1;
int x2;
char x3;
char x4;
};
struct point675 demo675(struct point675 a) {
return a;
}
struct point676 {
int x0;
short x1;
int x2;
char x3;
short x4;
};
struct point676 demo676(struct point676 a) {
return a;
}
struct point677 {
int x0;
short x1;
int x2;
char x3;
int x4;
};
struct point677 demo677(struct point677 a) {
return a;
}
struct point678 {
int x0;
short x1;
int x2;
char x3;
float x4;
};
struct point678 demo678(struct point678 a) {
return a;
}
struct point679 {
int x0;
short x1;
int x2;
short x3;
};
struct point679 demo679(struct point679 a) {
return a;
}
struct point680 {
int x0;
short x1;
int x2;
short x3;
char x4;
};
struct point680 demo680(struct point680 a) {
return a;
}
struct point681 {
int x0;
short x1;
int x2;
short x3;
short x4;
};
struct point681 demo681(struct point681 a) {
return a;
}
struct point682 {
int x0;
short x1;
int x2;
short x3;
int x4;
};
struct point682 demo682(struct point682 a) {
return a;
}
struct point683 {
int x0;
short x1;
int x2;
short x3;
float x4;
};
struct point683 demo683(struct point683 a) {
return a;
}
struct point684 {
int x0;
short x1;
int x2;
int x3;
};
struct point684 demo684(struct point684 a) {
return a;
}
struct point685 {
int x0;
short x1;
int x2;
int x3;
char x4;
};
struct point685 demo685(struct point685 a) {
return a;
}
struct point686 {
int x0;
short x1;
int x2;
int x3;
short x4;
};
struct point686 demo686(struct point686 a) {
return a;
}
struct point687 {
int x0;
short x1;
int x2;
int x3;
int x4;
};
struct point687 demo687(struct point687 a) {
return a;
}
struct point688 {
int x0;
short x1;
int x2;
int x3;
float x4;
};
struct point688 demo688(struct point688 a) {
return a;
}
struct point689 {
int x0;
short x1;
int x2;
float x3;
};
struct point689 demo689(struct point689 a) {
return a;
}
struct point690 {
int x0;
short x1;
int x2;
float x3;
char x4;
};
struct point690 demo690(struct point690 a) {
return a;
}
struct point691 {
int x0;
short x1;
int x2;
float x3;
short x4;
};
struct point691 demo691(struct point691 a) {
return a;
}
struct point692 {
int x0;
short x1;
int x2;
float x3;
int x4;
};
struct point692 demo692(struct point692 a) {
return a;
}
struct point693 {
int x0;
short x1;
int x2;
float x3;
float x4;
};
struct point693 demo693(struct point693 a) {
return a;
}
struct point694 {
int x0;
short x1;
float x2;
};
struct point694 demo694(struct point694 a) {
return a;
}
struct point695 {
int x0;
short x1;
float x2;
char x3;
};
struct point695 demo695(struct point695 a) {
return a;
}
struct point696 {
int x0;
short x1;
float x2;
char x3;
char x4;
};
struct point696 demo696(struct point696 a) {
return a;
}
struct point697 {
int x0;
short x1;
float x2;
char x3;
short x4;
};
struct point697 demo697(struct point697 a) {
return a;
}
struct point698 {
int x0;
short x1;
float x2;
char x3;
int x4;
};
struct point698 demo698(struct point698 a) {
return a;
}
struct point699 {
int x0;
short x1;
float x2;
char x3;
float x4;
};
struct point699 demo699(struct point699 a) {
return a;
}
struct point700 {
int x0;
short x1;
float x2;
short x3;
};
struct point700 demo700(struct point700 a) {
return a;
}
struct point701 {
int x0;
short x1;
float x2;
short x3;
char x4;
};
struct point701 demo701(struct point701 a) {
return a;
}
struct point702 {
int x0;
short x1;
float x2;
short x3;
short x4;
};
struct point702 demo702(struct point702 a) {
return a;
}
struct point703 {
int x0;
short x1;
float x2;
short x3;
int x4;
};
struct point703 demo703(struct point703 a) {
return a;
}
struct point704 {
int x0;
short x1;
float x2;
short x3;
float x4;
};
struct point704 demo704(struct point704 a) {
return a;
}
struct point705 {
int x0;
short x1;
float x2;
int x3;
};
struct point705 demo705(struct point705 a) {
return a;
}
struct point706 {
int x0;
short x1;
float x2;
int x3;
char x4;
};
struct point706 demo706(struct point706 a) {
return a;
}
struct point707 {
int x0;
short x1;
float x2;
int x3;
short x4;
};
struct point707 demo707(struct point707 a) {
return a;
}
struct point708 {
int x0;
short x1;
float x2;
int x3;
int x4;
};
struct point708 demo708(struct point708 a) {
return a;
}
struct point709 {
int x0;
short x1;
float x2;
int x3;
float x4;
};
struct point709 demo709(struct point709 a) {
return a;
}
struct point710 {
int x0;
short x1;
float x2;
float x3;
};
struct point710 demo710(struct point710 a) {
return a;
}
struct point711 {
int x0;
short x1;
float x2;
float x3;
char x4;
};
struct point711 demo711(struct point711 a) {
return a;
}
struct point712 {
int x0;
short x1;
float x2;
float x3;
short x4;
};
struct point712 demo712(struct point712 a) {
return a;
}
struct point713 {
int x0;
short x1;
float x2;
float x3;
int x4;
};
struct point713 demo713(struct point713 a) {
return a;
}
struct point714 {
int x0;
short x1;
float x2;
float x3;
float x4;
};
struct point714 demo714(struct point714 a) {
return a;
}
struct point715 {
int x0;
float x1;
char x2;
};
struct point715 demo715(struct point715 a) {
return a;
}
struct point716 {
int x0;
float x1;
char x2;
char x3;
};
struct point716 demo716(struct point716 a) {
return a;
}
struct point717 {
int x0;
float x1;
char x2;
char x3;
char x4;
};
struct point717 demo717(struct point717 a) {
return a;
}
struct point718 {
int x0;
float x1;
char x2;
char x3;
short x4;
};
struct point718 demo718(struct point718 a) {
return a;
}
struct point719 {
int x0;
float x1;
char x2;
char x3;
int x4;
};
struct point719 demo719(struct point719 a) {
return a;
}
struct point720 {
int x0;
float x1;
char x2;
char x3;
float x4;
};
struct point720 demo720(struct point720 a) {
return a;
}
struct point721 {
int x0;
float x1;
char x2;
short x3;
};
struct point721 demo721(struct point721 a) {
return a;
}
struct point722 {
int x0;
float x1;
char x2;
short x3;
char x4;
};
struct point722 demo722(struct point722 a) {
return a;
}
struct point723 {
int x0;
float x1;
char x2;
short x3;
short x4;
};
struct point723 demo723(struct point723 a) {
return a;
}
struct point724 {
int x0;
float x1;
char x2;
short x3;
int x4;
};
struct point724 demo724(struct point724 a) {
return a;
}
struct point725 {
int x0;
float x1;
char x2;
short x3;
float x4;
};
struct point725 demo725(struct point725 a) {
return a;
}
struct point726 {
int x0;
float x1;
char x2;
int x3;
};
struct point726 demo726(struct point726 a) {
return a;
}
struct point727 {
int x0;
float x1;
char x2;
int x3;
char x4;
};
struct point727 demo727(struct point727 a) {
return a;
}
struct point728 {
int x0;
float x1;
char x2;
int x3;
short x4;
};
struct point728 demo728(struct point728 a) {
return a;
}
struct point729 {
int x0;
float x1;
char x2;
int x3;
int x4;
};
struct point729 demo729(struct point729 a) {
return a;
}
struct point730 {
int x0;
float x1;
char x2;
int x3;
float x4;
};
struct point730 demo730(struct point730 a) {
return a;
}
struct point731 {
int x0;
float x1;
char x2;
float x3;
};
struct point731 demo731(struct point731 a) {
return a;
}
struct point732 {
int x0;
float x1;
char x2;
float x3;
char x4;
};
struct point732 demo732(struct point732 a) {
return a;
}
struct point733 {
int x0;
float x1;
char x2;
float x3;
short x4;
};
struct point733 demo733(struct point733 a) {
return a;
}
struct point734 {
int x0;
float x1;
char x2;
float x3;
int x4;
};
struct point734 demo734(struct point734 a) {
return a;
}
struct point735 {
int x0;
float x1;
char x2;
float x3;
float x4;
};
struct point735 demo735(struct point735 a) {
return a;
}
struct point736 {
int x0;
float x1;
short x2;
};
struct point736 demo736(struct point736 a) {
return a;
}
struct point737 {
int x0;
float x1;
short x2;
char x3;
};
struct point737 demo737(struct point737 a) {
return a;
}
struct point738 {
int x0;
float x1;
short x2;
char x3;
char x4;
};
struct point738 demo738(struct point738 a) {
return a;
}
struct point739 {
int x0;
float x1;
short x2;
char x3;
short x4;
};
struct point739 demo739(struct point739 a) {
return a;
}
struct point740 {
int x0;
float x1;
short x2;
char x3;
int x4;
};
struct point740 demo740(struct point740 a) {
return a;
}
struct point741 {
int x0;
float x1;
short x2;
char x3;
float x4;
};
struct point741 demo741(struct point741 a) {
return a;
}
struct point742 {
int x0;
float x1;
short x2;
short x3;
};
struct point742 demo742(struct point742 a) {
return a;
}
struct point743 {
int x0;
float x1;
short x2;
short x3;
char x4;
};
struct point743 demo743(struct point743 a) {
return a;
}
struct point744 {
int x0;
float x1;
short x2;
short x3;
short x4;
};
struct point744 demo744(struct point744 a) {
return a;
}
struct point745 {
int x0;
float x1;
short x2;
short x3;
int x4;
};
struct point745 demo745(struct point745 a) {
return a;
}
struct point746 {
int x0;
float x1;
short x2;
short x3;
float x4;
};
struct point746 demo746(struct point746 a) {
return a;
}
struct point747 {
int x0;
float x1;
short x2;
int x3;
};
struct point747 demo747(struct point747 a) {
return a;
}
struct point748 {
int x0;
float x1;
short x2;
int x3;
char x4;
};
struct point748 demo748(struct point748 a) {
return a;
}
struct point749 {
int x0;
float x1;
short x2;
int x3;
short x4;
};
struct point749 demo749(struct point749 a) {
return a;
}
struct point750 {
int x0;
float x1;
short x2;
int x3;
int x4;
};
struct point750 demo750(struct point750 a) {
return a;
}
struct point751 {
int x0;
float x1;
short x2;
int x3;
float x4;
};
struct point751 demo751(struct point751 a) {
return a;
}
struct point752 {
int x0;
float x1;
short x2;
float x3;
};
struct point752 demo752(struct point752 a) {
return a;
}
struct point753 {
int x0;
float x1;
short x2;
float x3;
char x4;
};
struct point753 demo753(struct point753 a) {
return a;
}
struct point754 {
int x0;
float x1;
short x2;
float x3;
short x4;
};
struct point754 demo754(struct point754 a) {
return a;
}
struct point755 {
int x0;
float x1;
short x2;
float x3;
int x4;
};
struct point755 demo755(struct point755 a) {
return a;
}
struct point756 {
int x0;
float x1;
short x2;
float x3;
float x4;
};
struct point756 demo756(struct point756 a) {
return a;
}
struct point757 {
int x0;
float x1;
int x2;
};
struct point757 demo757(struct point757 a) {
return a;
}
struct point758 {
int x0;
float x1;
int x2;
char x3;
};
struct point758 demo758(struct point758 a) {
return a;
}
struct point759 {
int x0;
float x1;
int x2;
char x3;
char x4;
};
struct point759 demo759(struct point759 a) {
return a;
}
struct point760 {
int x0;
float x1;
int x2;
char x3;
short x4;
};
struct point760 demo760(struct point760 a) {
return a;
}
struct point761 {
int x0;
float x1;
int x2;
char x3;
int x4;
};
struct point761 demo761(struct point761 a) {
return a;
}
struct point762 {
int x0;
float x1;
int x2;
char x3;
float x4;
};
struct point762 demo762(struct point762 a) {
return a;
}
struct point763 {
int x0;
float x1;
int x2;
short x3;
};
struct point763 demo763(struct point763 a) {
return a;
}
struct point764 {
int x0;
float x1;
int x2;
short x3;
char x4;
};
struct point764 demo764(struct point764 a) {
return a;
}
struct point765 {
int x0;
float x1;
int x2;
short x3;
short x4;
};
struct point765 demo765(struct point765 a) {
return a;
}
struct point766 {
int x0;
float x1;
int x2;
short x3;
int x4;
};
struct point766 demo766(struct point766 a) {
return a;
}
struct point767 {
int x0;
float x1;
int x2;
short x3;
float x4;
};
struct point767 demo767(struct point767 a) {
return a;
}
struct point768 {
int x0;
float x1;
int x2;
int x3;
};
struct point768 demo768(struct point768 a) {
return a;
}
struct point769 {
int x0;
float x1;
int x2;
int x3;
char x4;
};
struct point769 demo769(struct point769 a) {
return a;
}
struct point770 {
int x0;
float x1;
int x2;
int x3;
short x4;
};
struct point770 demo770(struct point770 a) {
return a;
}
struct point771 {
int x0;
float x1;
int x2;
int x3;
int x4;
};
struct point771 demo771(struct point771 a) {
return a;
}
struct point772 {
int x0;
float x1;
int x2;
int x3;
float x4;
};
struct point772 demo772(struct point772 a) {
return a;
}
struct point773 {
int x0;
float x1;
int x2;
float x3;
};
struct point773 demo773(struct point773 a) {
return a;
}
struct point774 {
int x0;
float x1;
int x2;
float x3;
char x4;
};
struct point774 demo774(struct point774 a) {
return a;
}
struct point775 {
int x0;
float x1;
int x2;
float x3;
short x4;
};
struct point775 demo775(struct point775 a) {
return a;
}
struct point776 {
int x0;
float x1;
int x2;
float x3;
int x4;
};
struct point776 demo776(struct point776 a) {
return a;
}
struct point777 {
int x0;
float x1;
int x2;
float x3;
float x4;
};
struct point777 demo777(struct point777 a) {
return a;
}
struct point778 {
int x0;
float x1;
float x2;
};
struct point778 demo778(struct point778 a) {
return a;
}
struct point779 {
int x0;
float x1;
float x2;
char x3;
};
struct point779 demo779(struct point779 a) {
return a;
}
struct point780 {
int x0;
float x1;
float x2;
char x3;
char x4;
};
struct point780 demo780(struct point780 a) {
return a;
}
struct point781 {
int x0;
float x1;
float x2;
char x3;
short x4;
};
struct point781 demo781(struct point781 a) {
return a;
}
struct point782 {
int x0;
float x1;
float x2;
char x3;
int x4;
};
struct point782 demo782(struct point782 a) {
return a;
}
struct point783 {
int x0;
float x1;
float x2;
char x3;
float x4;
};
struct point783 demo783(struct point783 a) {
return a;
}
struct point784 {
int x0;
float x1;
float x2;
short x3;
};
struct point784 demo784(struct point784 a) {
return a;
}
struct point785 {
int x0;
float x1;
float x2;
short x3;
char x4;
};
struct point785 demo785(struct point785 a) {
return a;
}
struct point786 {
int x0;
float x1;
float x2;
short x3;
short x4;
};
struct point786 demo786(struct point786 a) {
return a;
}
struct point787 {
int x0;
float x1;
float x2;
short x3;
int x4;
};
struct point787 demo787(struct point787 a) {
return a;
}
struct point788 {
int x0;
float x1;
float x2;
short x3;
float x4;
};
struct point788 demo788(struct point788 a) {
return a;
}
struct point789 {
int x0;
float x1;
float x2;
int x3;
};
struct point789 demo789(struct point789 a) {
return a;
}
struct point790 {
int x0;
float x1;
float x2;
int x3;
char x4;
};
struct point790 demo790(struct point790 a) {
return a;
}
struct point791 {
int x0;
float x1;
float x2;
int x3;
short x4;
};
struct point791 demo791(struct point791 a) {
return a;
}
struct point792 {
int x0;
float x1;
float x2;
int x3;
int x4;
};
struct point792 demo792(struct point792 a) {
return a;
}
struct point793 {
int x0;
float x1;
float x2;
int x3;
float x4;
};
struct point793 demo793(struct point793 a) {
return a;
}
struct point794 {
int x0;
float x1;
float x2;
float x3;
};
struct point794 demo794(struct point794 a) {
return a;
}
struct point795 {
int x0;
float x1;
float x2;
float x3;
char x4;
};
struct point795 demo795(struct point795 a) {
return a;
}
struct point796 {
int x0;
float x1;
float x2;
float x3;
short x4;
};
struct point796 demo796(struct point796 a) {
return a;
}
struct point797 {
int x0;
float x1;
float x2;
float x3;
int x4;
};
struct point797 demo797(struct point797 a) {
return a;
}
struct point798 {
int x0;
float x1;
float x2;
float x3;
float x4;
};
struct point798 demo798(struct point798 a) {
return a;
}
struct point799 {
float x0;
char x1;
char x2;
};
struct point799 demo799(struct point799 a) {
return a;
}
struct point800 {
float x0;
char x1;
char x2;
char x3;
};
struct point800 demo800(struct point800 a) {
return a;
}
struct point801 {
float x0;
char x1;
char x2;
char x3;
char x4;
};
struct point801 demo801(struct point801 a) {
return a;
}
struct point802 {
float x0;
char x1;
char x2;
char x3;
short x4;
};
struct point802 demo802(struct point802 a) {
return a;
}
struct point803 {
float x0;
char x1;
char x2;
char x3;
int x4;
};
struct point803 demo803(struct point803 a) {
return a;
}
struct point804 {
float x0;
char x1;
char x2;
char x3;
float x4;
};
struct point804 demo804(struct point804 a) {
return a;
}
struct point805 {
float x0;
char x1;
char x2;
short x3;
};
struct point805 demo805(struct point805 a) {
return a;
}
struct point806 {
float x0;
char x1;
char x2;
short x3;
char x4;
};
struct point806 demo806(struct point806 a) {
return a;
}
struct point807 {
float x0;
char x1;
char x2;
short x3;
short x4;
};
struct point807 demo807(struct point807 a) {
return a;
}
struct point808 {
float x0;
char x1;
char x2;
short x3;
int x4;
};
struct point808 demo808(struct point808 a) {
return a;
}
struct point809 {
float x0;
char x1;
char x2;
short x3;
float x4;
};
struct point809 demo809(struct point809 a) {
return a;
}
struct point810 {
float x0;
char x1;
char x2;
int x3;
};
struct point810 demo810(struct point810 a) {
return a;
}
struct point811 {
float x0;
char x1;
char x2;
int x3;
char x4;
};
struct point811 demo811(struct point811 a) {
return a;
}
struct point812 {
float x0;
char x1;
char x2;
int x3;
short x4;
};
struct point812 demo812(struct point812 a) {
return a;
}
struct point813 {
float x0;
char x1;
char x2;
int x3;
int x4;
};
struct point813 demo813(struct point813 a) {
return a;
}
struct point814 {
float x0;
char x1;
char x2;
int x3;
float x4;
};
struct point814 demo814(struct point814 a) {
return a;
}
struct point815 {
float x0;
char x1;
char x2;
float x3;
};
struct point815 demo815(struct point815 a) {
return a;
}
struct point816 {
float x0;
char x1;
char x2;
float x3;
char x4;
};
struct point816 demo816(struct point816 a) {
return a;
}
struct point817 {
float x0;
char x1;
char x2;
float x3;
short x4;
};
struct point817 demo817(struct point817 a) {
return a;
}
struct point818 {
float x0;
char x1;
char x2;
float x3;
int x4;
};
struct point818 demo818(struct point818 a) {
return a;
}
struct point819 {
float x0;
char x1;
char x2;
float x3;
float x4;
};
struct point819 demo819(struct point819 a) {
return a;
}
struct point820 {
float x0;
char x1;
short x2;
};
struct point820 demo820(struct point820 a) {
return a;
}
struct point821 {
float x0;
char x1;
short x2;
char x3;
};
struct point821 demo821(struct point821 a) {
return a;
}
struct point822 {
float x0;
char x1;
short x2;
char x3;
char x4;
};
struct point822 demo822(struct point822 a) {
return a;
}
struct point823 {
float x0;
char x1;
short x2;
char x3;
short x4;
};
struct point823 demo823(struct point823 a) {
return a;
}
struct point824 {
float x0;
char x1;
short x2;
char x3;
int x4;
};
struct point824 demo824(struct point824 a) {
return a;
}
struct point825 {
float x0;
char x1;
short x2;
char x3;
float x4;
};
struct point825 demo825(struct point825 a) {
return a;
}
struct point826 {
float x0;
char x1;
short x2;
short x3;
};
struct point826 demo826(struct point826 a) {
return a;
}
struct point827 {
float x0;
char x1;
short x2;
short x3;
char x4;
};
struct point827 demo827(struct point827 a) {
return a;
}
struct point828 {
float x0;
char x1;
short x2;
short x3;
short x4;
};
struct point828 demo828(struct point828 a) {
return a;
}
struct point829 {
float x0;
char x1;
short x2;
short x3;
int x4;
};
struct point829 demo829(struct point829 a) {
return a;
}
struct point830 {
float x0;
char x1;
short x2;
short x3;
float x4;
};
struct point830 demo830(struct point830 a) {
return a;
}
struct point831 {
float x0;
char x1;
short x2;
int x3;
};
struct point831 demo831(struct point831 a) {
return a;
}
struct point832 {
float x0;
char x1;
short x2;
int x3;
char x4;
};
struct point832 demo832(struct point832 a) {
return a;
}
struct point833 {
float x0;
char x1;
short x2;
int x3;
short x4;
};
struct point833 demo833(struct point833 a) {
return a;
}
struct point834 {
float x0;
char x1;
short x2;
int x3;
int x4;
};
struct point834 demo834(struct point834 a) {
return a;
}
struct point835 {
float x0;
char x1;
short x2;
int x3;
float x4;
};
struct point835 demo835(struct point835 a) {
return a;
}
struct point836 {
float x0;
char x1;
short x2;
float x3;
};
struct point836 demo836(struct point836 a) {
return a;
}
struct point837 {
float x0;
char x1;
short x2;
float x3;
char x4;
};
struct point837 demo837(struct point837 a) {
return a;
}
struct point838 {
float x0;
char x1;
short x2;
float x3;
short x4;
};
struct point838 demo838(struct point838 a) {
return a;
}
struct point839 {
float x0;
char x1;
short x2;
float x3;
int x4;
};
struct point839 demo839(struct point839 a) {
return a;
}
struct point840 {
float x0;
char x1;
short x2;
float x3;
float x4;
};
struct point840 demo840(struct point840 a) {
return a;
}
struct point841 {
float x0;
char x1;
int x2;
};
struct point841 demo841(struct point841 a) {
return a;
}
struct point842 {
float x0;
char x1;
int x2;
char x3;
};
struct point842 demo842(struct point842 a) {
return a;
}
struct point843 {
float x0;
char x1;
int x2;
char x3;
char x4;
};
struct point843 demo843(struct point843 a) {
return a;
}
struct point844 {
float x0;
char x1;
int x2;
char x3;
short x4;
};
struct point844 demo844(struct point844 a) {
return a;
}
struct point845 {
float x0;
char x1;
int x2;
char x3;
int x4;
};
struct point845 demo845(struct point845 a) {
return a;
}
struct point846 {
float x0;
char x1;
int x2;
char x3;
float x4;
};
struct point846 demo846(struct point846 a) {
return a;
}
struct point847 {
float x0;
char x1;
int x2;
short x3;
};
struct point847 demo847(struct point847 a) {
return a;
}
struct point848 {
float x0;
char x1;
int x2;
short x3;
char x4;
};
struct point848 demo848(struct point848 a) {
return a;
}
struct point849 {
float x0;
char x1;
int x2;
short x3;
short x4;
};
struct point849 demo849(struct point849 a) {
return a;
}
struct point850 {
float x0;
char x1;
int x2;
short x3;
int x4;
};
struct point850 demo850(struct point850 a) {
return a;
}
struct point851 {
float x0;
char x1;
int x2;
short x3;
float x4;
};
struct point851 demo851(struct point851 a) {
return a;
}
struct point852 {
float x0;
char x1;
int x2;
int x3;
};
struct point852 demo852(struct point852 a) {
return a;
}
struct point853 {
float x0;
char x1;
int x2;
int x3;
char x4;
};
struct point853 demo853(struct point853 a) {
return a;
}
struct point854 {
float x0;
char x1;
int x2;
int x3;
short x4;
};
struct point854 demo854(struct point854 a) {
return a;
}
struct point855 {
float x0;
char x1;
int x2;
int x3;
int x4;
};
struct point855 demo855(struct point855 a) {
return a;
}
struct point856 {
float x0;
char x1;
int x2;
int x3;
float x4;
};
struct point856 demo856(struct point856 a) {
return a;
}
struct point857 {
float x0;
char x1;
int x2;
float x3;
};
struct point857 demo857(struct point857 a) {
return a;
}
struct point858 {
float x0;
char x1;
int x2;
float x3;
char x4;
};
struct point858 demo858(struct point858 a) {
return a;
}
struct point859 {
float x0;
char x1;
int x2;
float x3;
short x4;
};
struct point859 demo859(struct point859 a) {
return a;
}
struct point860 {
float x0;
char x1;
int x2;
float x3;
int x4;
};
struct point860 demo860(struct point860 a) {
return a;
}
struct point861 {
float x0;
char x1;
int x2;
float x3;
float x4;
};
struct point861 demo861(struct point861 a) {
return a;
}
struct point862 {
float x0;
char x1;
float x2;
};
struct point862 demo862(struct point862 a) {
return a;
}
struct point863 {
float x0;
char x1;
float x2;
char x3;
};
struct point863 demo863(struct point863 a) {
return a;
}
struct point864 {
float x0;
char x1;
float x2;
char x3;
char x4;
};
struct point864 demo864(struct point864 a) {
return a;
}
struct point865 {
float x0;
char x1;
float x2;
char x3;
short x4;
};
struct point865 demo865(struct point865 a) {
return a;
}
struct point866 {
float x0;
char x1;
float x2;
char x3;
int x4;
};
struct point866 demo866(struct point866 a) {
return a;
}
struct point867 {
float x0;
char x1;
float x2;
char x3;
float x4;
};
struct point867 demo867(struct point867 a) {
return a;
}
struct point868 {
float x0;
char x1;
float x2;
short x3;
};
struct point868 demo868(struct point868 a) {
return a;
}
struct point869 {
float x0;
char x1;
float x2;
short x3;
char x4;
};
struct point869 demo869(struct point869 a) {
return a;
}
struct point870 {
float x0;
char x1;
float x2;
short x3;
short x4;
};
struct point870 demo870(struct point870 a) {
return a;
}
struct point871 {
float x0;
char x1;
float x2;
short x3;
int x4;
};
struct point871 demo871(struct point871 a) {
return a;
}
struct point872 {
float x0;
char x1;
float x2;
short x3;
float x4;
};
struct point872 demo872(struct point872 a) {
return a;
}
struct point873 {
float x0;
char x1;
float x2;
int x3;
};
struct point873 demo873(struct point873 a) {
return a;
}
struct point874 {
float x0;
char x1;
float x2;
int x3;
char x4;
};
struct point874 demo874(struct point874 a) {
return a;
}
struct point875 {
float x0;
char x1;
float x2;
int x3;
short x4;
};
struct point875 demo875(struct point875 a) {
return a;
}
struct point876 {
float x0;
char x1;
float x2;
int x3;
int x4;
};
struct point876 demo876(struct point876 a) {
return a;
}
struct point877 {
float x0;
char x1;
float x2;
int x3;
float x4;
};
struct point877 demo877(struct point877 a) {
return a;
}
struct point878 {
float x0;
char x1;
float x2;
float x3;
};
struct point878 demo878(struct point878 a) {
return a;
}
struct point879 {
float x0;
char x1;
float x2;
float x3;
char x4;
};
struct point879 demo879(struct point879 a) {
return a;
}
struct point880 {
float x0;
char x1;
float x2;
float x3;
short x4;
};
struct point880 demo880(struct point880 a) {
return a;
}
struct point881 {
float x0;
char x1;
float x2;
float x3;
int x4;
};
struct point881 demo881(struct point881 a) {
return a;
}
struct point882 {
float x0;
char x1;
float x2;
float x3;
float x4;
};
struct point882 demo882(struct point882 a) {
return a;
}
struct point883 {
float x0;
short x1;
char x2;
};
struct point883 demo883(struct point883 a) {
return a;
}
struct point884 {
float x0;
short x1;
char x2;
char x3;
};
struct point884 demo884(struct point884 a) {
return a;
}
struct point885 {
float x0;
short x1;
char x2;
char x3;
char x4;
};
struct point885 demo885(struct point885 a) {
return a;
}
struct point886 {
float x0;
short x1;
char x2;
char x3;
short x4;
};
struct point886 demo886(struct point886 a) {
return a;
}
struct point887 {
float x0;
short x1;
char x2;
char x3;
int x4;
};
struct point887 demo887(struct point887 a) {
return a;
}
struct point888 {
float x0;
short x1;
char x2;
char x3;
float x4;
};
struct point888 demo888(struct point888 a) {
return a;
}
struct point889 {
float x0;
short x1;
char x2;
short x3;
};
struct point889 demo889(struct point889 a) {
return a;
}
struct point890 {
float x0;
short x1;
char x2;
short x3;
char x4;
};
struct point890 demo890(struct point890 a) {
return a;
}
struct point891 {
float x0;
short x1;
char x2;
short x3;
short x4;
};
struct point891 demo891(struct point891 a) {
return a;
}
struct point892 {
float x0;
short x1;
char x2;
short x3;
int x4;
};
struct point892 demo892(struct point892 a) {
return a;
}
struct point893 {
float x0;
short x1;
char x2;
short x3;
float x4;
};
struct point893 demo893(struct point893 a) {
return a;
}
struct point894 {
float x0;
short x1;
char x2;
int x3;
};
struct point894 demo894(struct point894 a) {
return a;
}
struct point895 {
float x0;
short x1;
char x2;
int x3;
char x4;
};
struct point895 demo895(struct point895 a) {
return a;
}
struct point896 {
float x0;
short x1;
char x2;
int x3;
short x4;
};
struct point896 demo896(struct point896 a) {
return a;
}
struct point897 {
float x0;
short x1;
char x2;
int x3;
int x4;
};
struct point897 demo897(struct point897 a) {
return a;
}
struct point898 {
float x0;
short x1;
char x2;
int x3;
float x4;
};
struct point898 demo898(struct point898 a) {
return a;
}
struct point899 {
float x0;
short x1;
char x2;
float x3;
};
struct point899 demo899(struct point899 a) {
return a;
}
struct point900 {
float x0;
short x1;
char x2;
float x3;
char x4;
};
struct point900 demo900(struct point900 a) {
return a;
}
struct point901 {
float x0;
short x1;
char x2;
float x3;
short x4;
};
struct point901 demo901(struct point901 a) {
return a;
}
struct point902 {
float x0;
short x1;
char x2;
float x3;
int x4;
};
struct point902 demo902(struct point902 a) {
return a;
}
struct point903 {
float x0;
short x1;
char x2;
float x3;
float x4;
};
struct point903 demo903(struct point903 a) {
return a;
}
struct point904 {
float x0;
short x1;
short x2;
};
struct point904 demo904(struct point904 a) {
return a;
}
struct point905 {
float x0;
short x1;
short x2;
char x3;
};
struct point905 demo905(struct point905 a) {
return a;
}
struct point906 {
float x0;
short x1;
short x2;
char x3;
char x4;
};
struct point906 demo906(struct point906 a) {
return a;
}
struct point907 {
float x0;
short x1;
short x2;
char x3;
short x4;
};
struct point907 demo907(struct point907 a) {
return a;
}
struct point908 {
float x0;
short x1;
short x2;
char x3;
int x4;
};
struct point908 demo908(struct point908 a) {
return a;
}
struct point909 {
float x0;
short x1;
short x2;
char x3;
float x4;
};
struct point909 demo909(struct point909 a) {
return a;
}
struct point910 {
float x0;
short x1;
short x2;
short x3;
};
struct point910 demo910(struct point910 a) {
return a;
}
struct point911 {
float x0;
short x1;
short x2;
short x3;
char x4;
};
struct point911 demo911(struct point911 a) {
return a;
}
struct point912 {
float x0;
short x1;
short x2;
short x3;
short x4;
};
struct point912 demo912(struct point912 a) {
return a;
}
struct point913 {
float x0;
short x1;
short x2;
short x3;
int x4;
};
struct point913 demo913(struct point913 a) {
return a;
}
struct point914 {
float x0;
short x1;
short x2;
short x3;
float x4;
};
struct point914 demo914(struct point914 a) {
return a;
}
struct point915 {
float x0;
short x1;
short x2;
int x3;
};
struct point915 demo915(struct point915 a) {
return a;
}
struct point916 {
float x0;
short x1;
short x2;
int x3;
char x4;
};
struct point916 demo916(struct point916 a) {
return a;
}
struct point917 {
float x0;
short x1;
short x2;
int x3;
short x4;
};
struct point917 demo917(struct point917 a) {
return a;
}
struct point918 {
float x0;
short x1;
short x2;
int x3;
int x4;
};
struct point918 demo918(struct point918 a) {
return a;
}
struct point919 {
float x0;
short x1;
short x2;
int x3;
float x4;
};
struct point919 demo919(struct point919 a) {
return a;
}
struct point920 {
float x0;
short x1;
short x2;
float x3;
};
struct point920 demo920(struct point920 a) {
return a;
}
struct point921 {
float x0;
short x1;
short x2;
float x3;
char x4;
};
struct point921 demo921(struct point921 a) {
return a;
}
struct point922 {
float x0;
short x1;
short x2;
float x3;
short x4;
};
struct point922 demo922(struct point922 a) {
return a;
}
struct point923 {
float x0;
short x1;
short x2;
float x3;
int x4;
};
struct point923 demo923(struct point923 a) {
return a;
}
struct point924 {
float x0;
short x1;
short x2;
float x3;
float x4;
};
struct point924 demo924(struct point924 a) {
return a;
}
struct point925 {
float x0;
short x1;
int x2;
};
struct point925 demo925(struct point925 a) {
return a;
}
struct point926 {
float x0;
short x1;
int x2;
char x3;
};
struct point926 demo926(struct point926 a) {
return a;
}
struct point927 {
float x0;
short x1;
int x2;
char x3;
char x4;
};
struct point927 demo927(struct point927 a) {
return a;
}
struct point928 {
float x0;
short x1;
int x2;
char x3;
short x4;
};
struct point928 demo928(struct point928 a) {
return a;
}
struct point929 {
float x0;
short x1;
int x2;
char x3;
int x4;
};
struct point929 demo929(struct point929 a) {
return a;
}
struct point930 {
float x0;
short x1;
int x2;
char x3;
float x4;
};
struct point930 demo930(struct point930 a) {
return a;
}
struct point931 {
float x0;
short x1;
int x2;
short x3;
};
struct point931 demo931(struct point931 a) {
return a;
}
struct point932 {
float x0;
short x1;
int x2;
short x3;
char x4;
};
struct point932 demo932(struct point932 a) {
return a;
}
struct point933 {
float x0;
short x1;
int x2;
short x3;
short x4;
};
struct point933 demo933(struct point933 a) {
return a;
}
struct point934 {
float x0;
short x1;
int x2;
short x3;
int x4;
};
struct point934 demo934(struct point934 a) {
return a;
}
struct point935 {
float x0;
short x1;
int x2;
short x3;
float x4;
};
struct point935 demo935(struct point935 a) {
return a;
}
struct point936 {
float x0;
short x1;
int x2;
int x3;
};
struct point936 demo936(struct point936 a) {
return a;
}
struct point937 {
float x0;
short x1;
int x2;
int x3;
char x4;
};
struct point937 demo937(struct point937 a) {
return a;
}
struct point938 {
float x0;
short x1;
int x2;
int x3;
short x4;
};
struct point938 demo938(struct point938 a) {
return a;
}
struct point939 {
float x0;
short x1;
int x2;
int x3;
int x4;
};
struct point939 demo939(struct point939 a) {
return a;
}
struct point940 {
float x0;
short x1;
int x2;
int x3;
float x4;
};
struct point940 demo940(struct point940 a) {
return a;
}
struct point941 {
float x0;
short x1;
int x2;
float x3;
};
struct point941 demo941(struct point941 a) {
return a;
}
struct point942 {
float x0;
short x1;
int x2;
float x3;
char x4;
};
struct point942 demo942(struct point942 a) {
return a;
}
struct point943 {
float x0;
short x1;
int x2;
float x3;
short x4;
};
struct point943 demo943(struct point943 a) {
return a;
}
struct point944 {
float x0;
short x1;
int x2;
float x3;
int x4;
};
struct point944 demo944(struct point944 a) {
return a;
}
struct point945 {
float x0;
short x1;
int x2;
float x3;
float x4;
};
struct point945 demo945(struct point945 a) {
return a;
}
struct point946 {
float x0;
short x1;
float x2;
};
struct point946 demo946(struct point946 a) {
return a;
}
struct point947 {
float x0;
short x1;
float x2;
char x3;
};
struct point947 demo947(struct point947 a) {
return a;
}
struct point948 {
float x0;
short x1;
float x2;
char x3;
char x4;
};
struct point948 demo948(struct point948 a) {
return a;
}
struct point949 {
float x0;
short x1;
float x2;
char x3;
short x4;
};
struct point949 demo949(struct point949 a) {
return a;
}
struct point950 {
float x0;
short x1;
float x2;
char x3;
int x4;
};
struct point950 demo950(struct point950 a) {
return a;
}
struct point951 {
float x0;
short x1;
float x2;
char x3;
float x4;
};
struct point951 demo951(struct point951 a) {
return a;
}
struct point952 {
float x0;
short x1;
float x2;
short x3;
};
struct point952 demo952(struct point952 a) {
return a;
}
struct point953 {
float x0;
short x1;
float x2;
short x3;
char x4;
};
struct point953 demo953(struct point953 a) {
return a;
}
struct point954 {
float x0;
short x1;
float x2;
short x3;
short x4;
};
struct point954 demo954(struct point954 a) {
return a;
}
struct point955 {
float x0;
short x1;
float x2;
short x3;
int x4;
};
struct point955 demo955(struct point955 a) {
return a;
}
struct point956 {
float x0;
short x1;
float x2;
short x3;
float x4;
};
struct point956 demo956(struct point956 a) {
return a;
}
struct point957 {
float x0;
short x1;
float x2;
int x3;
};
struct point957 demo957(struct point957 a) {
return a;
}
struct point958 {
float x0;
short x1;
float x2;
int x3;
char x4;
};
struct point958 demo958(struct point958 a) {
return a;
}
struct point959 {
float x0;
short x1;
float x2;
int x3;
short x4;
};
struct point959 demo959(struct point959 a) {
return a;
}
struct point960 {
float x0;
short x1;
float x2;
int x3;
int x4;
};
struct point960 demo960(struct point960 a) {
return a;
}
struct point961 {
float x0;
short x1;
float x2;
int x3;
float x4;
};
struct point961 demo961(struct point961 a) {
return a;
}
struct point962 {
float x0;
short x1;
float x2;
float x3;
};
struct point962 demo962(struct point962 a) {
return a;
}
struct point963 {
float x0;
short x1;
float x2;
float x3;
char x4;
};
struct point963 demo963(struct point963 a) {
return a;
}
struct point964 {
float x0;
short x1;
float x2;
float x3;
short x4;
};
struct point964 demo964(struct point964 a) {
return a;
}
struct point965 {
float x0;
short x1;
float x2;
float x3;
int x4;
};
struct point965 demo965(struct point965 a) {
return a;
}
struct point966 {
float x0;
short x1;
float x2;
float x3;
float x4;
};
struct point966 demo966(struct point966 a) {
return a;
}
struct point967 {
float x0;
int x1;
char x2;
};
struct point967 demo967(struct point967 a) {
return a;
}
struct point968 {
float x0;
int x1;
char x2;
char x3;
};
struct point968 demo968(struct point968 a) {
return a;
}
struct point969 {
float x0;
int x1;
char x2;
char x3;
char x4;
};
struct point969 demo969(struct point969 a) {
return a;
}
struct point970 {
float x0;
int x1;
char x2;
char x3;
short x4;
};
struct point970 demo970(struct point970 a) {
return a;
}
struct point971 {
float x0;
int x1;
char x2;
char x3;
int x4;
};
struct point971 demo971(struct point971 a) {
return a;
}
struct point972 {
float x0;
int x1;
char x2;
char x3;
float x4;
};
struct point972 demo972(struct point972 a) {
return a;
}
struct point973 {
float x0;
int x1;
char x2;
short x3;
};
struct point973 demo973(struct point973 a) {
return a;
}
struct point974 {
float x0;
int x1;
char x2;
short x3;
char x4;
};
struct point974 demo974(struct point974 a) {
return a;
}
struct point975 {
float x0;
int x1;
char x2;
short x3;
short x4;
};
struct point975 demo975(struct point975 a) {
return a;
}
struct point976 {
float x0;
int x1;
char x2;
short x3;
int x4;
};
struct point976 demo976(struct point976 a) {
return a;
}
struct point977 {
float x0;
int x1;
char x2;
short x3;
float x4;
};
struct point977 demo977(struct point977 a) {
return a;
}
struct point978 {
float x0;
int x1;
char x2;
int x3;
};
struct point978 demo978(struct point978 a) {
return a;
}
struct point979 {
float x0;
int x1;
char x2;
int x3;
char x4;
};
struct point979 demo979(struct point979 a) {
return a;
}
struct point980 {
float x0;
int x1;
char x2;
int x3;
short x4;
};
struct point980 demo980(struct point980 a) {
return a;
}
struct point981 {
float x0;
int x1;
char x2;
int x3;
int x4;
};
struct point981 demo981(struct point981 a) {
return a;
}
struct point982 {
float x0;
int x1;
char x2;
int x3;
float x4;
};
struct point982 demo982(struct point982 a) {
return a;
}
struct point983 {
float x0;
int x1;
char x2;
float x3;
};
struct point983 demo983(struct point983 a) {
return a;
}
struct point984 {
float x0;
int x1;
char x2;
float x3;
char x4;
};
struct point984 demo984(struct point984 a) {
return a;
}
struct point985 {
float x0;
int x1;
char x2;
float x3;
short x4;
};
struct point985 demo985(struct point985 a) {
return a;
}
struct point986 {
float x0;
int x1;
char x2;
float x3;
int x4;
};
struct point986 demo986(struct point986 a) {
return a;
}
struct point987 {
float x0;
int x1;
char x2;
float x3;
float x4;
};
struct point987 demo987(struct point987 a) {
return a;
}
struct point988 {
float x0;
int x1;
short x2;
};
struct point988 demo988(struct point988 a) {
return a;
}
struct point989 {
float x0;
int x1;
short x2;
char x3;
};
struct point989 demo989(struct point989 a) {
return a;
}
struct point990 {
float x0;
int x1;
short x2;
char x3;
char x4;
};
struct point990 demo990(struct point990 a) {
return a;
}
struct point991 {
float x0;
int x1;
short x2;
char x3;
short x4;
};
struct point991 demo991(struct point991 a) {
return a;
}
struct point992 {
float x0;
int x1;
short x2;
char x3;
int x4;
};
struct point992 demo992(struct point992 a) {
return a;
}
struct point993 {
float x0;
int x1;
short x2;
char x3;
float x4;
};
struct point993 demo993(struct point993 a) {
return a;
}
struct point994 {
float x0;
int x1;
short x2;
short x3;
};
struct point994 demo994(struct point994 a) {
return a;
}
struct point995 {
float x0;
int x1;
short x2;
short x3;
char x4;
};
struct point995 demo995(struct point995 a) {
return a;
}
struct point996 {
float x0;
int x1;
short x2;
short x3;
short x4;
};
struct point996 demo996(struct point996 a) {
return a;
}
struct point997 {
float x0;
int x1;
short x2;
short x3;
int x4;
};
struct point997 demo997(struct point997 a) {
return a;
}
struct point998 {
float x0;
int x1;
short x2;
short x3;
float x4;
};
struct point998 demo998(struct point998 a) {
return a;
}
struct point999 {
float x0;
int x1;
short x2;
int x3;
};
struct point999 demo999(struct point999 a) {
return a;
}
struct point1000 {
float x0;
int x1;
short x2;
int x3;
char x4;
};
struct point1000 demo1000(struct point1000 a) {
return a;
}
struct point1001 {
float x0;
int x1;
short x2;
int x3;
short x4;
};
struct point1001 demo1001(struct point1001 a) {
return a;
}
struct point1002 {
float x0;
int x1;
short x2;
int x3;
int x4;
};
struct point1002 demo1002(struct point1002 a) {
return a;
}
struct point1003 {
float x0;
int x1;
short x2;
int x3;
float x4;
};
struct point1003 demo1003(struct point1003 a) {
return a;
}
struct point1004 {
float x0;
int x1;
short x2;
float x3;
};
struct point1004 demo1004(struct point1004 a) {
return a;
}
struct point1005 {
float x0;
int x1;
short x2;
float x3;
char x4;
};
struct point1005 demo1005(struct point1005 a) {
return a;
}
struct point1006 {
float x0;
int x1;
short x2;
float x3;
short x4;
};
struct point1006 demo1006(struct point1006 a) {
return a;
}
struct point1007 {
float x0;
int x1;
short x2;
float x3;
int x4;
};
struct point1007 demo1007(struct point1007 a) {
return a;
}
struct point1008 {
float x0;
int x1;
short x2;
float x3;
float x4;
};
struct point1008 demo1008(struct point1008 a) {
return a;
}
struct point1009 {
float x0;
int x1;
int x2;
};
struct point1009 demo1009(struct point1009 a) {
return a;
}
struct point1010 {
float x0;
int x1;
int x2;
char x3;
};
struct point1010 demo1010(struct point1010 a) {
return a;
}
struct point1011 {
float x0;
int x1;
int x2;
char x3;
char x4;
};
struct point1011 demo1011(struct point1011 a) {
return a;
}
struct point1012 {
float x0;
int x1;
int x2;
char x3;
short x4;
};
struct point1012 demo1012(struct point1012 a) {
return a;
}
struct point1013 {
float x0;
int x1;
int x2;
char x3;
int x4;
};
struct point1013 demo1013(struct point1013 a) {
return a;
}
struct point1014 {
float x0;
int x1;
int x2;
char x3;
float x4;
};
struct point1014 demo1014(struct point1014 a) {
return a;
}
struct point1015 {
float x0;
int x1;
int x2;
short x3;
};
struct point1015 demo1015(struct point1015 a) {
return a;
}
struct point1016 {
float x0;
int x1;
int x2;
short x3;
char x4;
};
struct point1016 demo1016(struct point1016 a) {
return a;
}
struct point1017 {
float x0;
int x1;
int x2;
short x3;
short x4;
};
struct point1017 demo1017(struct point1017 a) {
return a;
}
struct point1018 {
float x0;
int x1;
int x2;
short x3;
int x4;
};
struct point1018 demo1018(struct point1018 a) {
return a;
}
struct point1019 {
float x0;
int x1;
int x2;
short x3;
float x4;
};
struct point1019 demo1019(struct point1019 a) {
return a;
}
struct point1020 {
float x0;
int x1;
int x2;
int x3;
};
struct point1020 demo1020(struct point1020 a) {
return a;
}
struct point1021 {
float x0;
int x1;
int x2;
int x3;
char x4;
};
struct point1021 demo1021(struct point1021 a) {
return a;
}
struct point1022 {
float x0;
int x1;
int x2;
int x3;
short x4;
};
struct point1022 demo1022(struct point1022 a) {
return a;
}
struct point1023 {
float x0;
int x1;
int x2;
int x3;
int x4;
};
struct point1023 demo1023(struct point1023 a) {
return a;
}
struct point1024 {
float x0;
int x1;
int x2;
int x3;
float x4;
};
struct point1024 demo1024(struct point1024 a) {
return a;
}
struct point1025 {
float x0;
int x1;
int x2;
float x3;
};
struct point1025 demo1025(struct point1025 a) {
return a;
}
struct point1026 {
float x0;
int x1;
int x2;
float x3;
char x4;
};
struct point1026 demo1026(struct point1026 a) {
return a;
}
struct point1027 {
float x0;
int x1;
int x2;
float x3;
short x4;
};
struct point1027 demo1027(struct point1027 a) {
return a;
}
struct point1028 {
float x0;
int x1;
int x2;
float x3;
int x4;
};
struct point1028 demo1028(struct point1028 a) {
return a;
}
struct point1029 {
float x0;
int x1;
int x2;
float x3;
float x4;
};
struct point1029 demo1029(struct point1029 a) {
return a;
}
struct point1030 {
float x0;
int x1;
float x2;
};
struct point1030 demo1030(struct point1030 a) {
return a;
}
struct point1031 {
float x0;
int x1;
float x2;
char x3;
};
struct point1031 demo1031(struct point1031 a) {
return a;
}
struct point1032 {
float x0;
int x1;
float x2;
char x3;
char x4;
};
struct point1032 demo1032(struct point1032 a) {
return a;
}
struct point1033 {
float x0;
int x1;
float x2;
char x3;
short x4;
};
struct point1033 demo1033(struct point1033 a) {
return a;
}
struct point1034 {
float x0;
int x1;
float x2;
char x3;
int x4;
};
struct point1034 demo1034(struct point1034 a) {
return a;
}
struct point1035 {
float x0;
int x1;
float x2;
char x3;
float x4;
};
struct point1035 demo1035(struct point1035 a) {
return a;
}
struct point1036 {
float x0;
int x1;
float x2;
short x3;
};
struct point1036 demo1036(struct point1036 a) {
return a;
}
struct point1037 {
float x0;
int x1;
float x2;
short x3;
char x4;
};
struct point1037 demo1037(struct point1037 a) {
return a;
}
struct point1038 {
float x0;
int x1;
float x2;
short x3;
short x4;
};
struct point1038 demo1038(struct point1038 a) {
return a;
}
struct point1039 {
float x0;
int x1;
float x2;
short x3;
int x4;
};
struct point1039 demo1039(struct point1039 a) {
return a;
}
struct point1040 {
float x0;
int x1;
float x2;
short x3;
float x4;
};
struct point1040 demo1040(struct point1040 a) {
return a;
}
struct point1041 {
float x0;
int x1;
float x2;
int x3;
};
struct point1041 demo1041(struct point1041 a) {
return a;
}
struct point1042 {
float x0;
int x1;
float x2;
int x3;
char x4;
};
struct point1042 demo1042(struct point1042 a) {
return a;
}
struct point1043 {
float x0;
int x1;
float x2;
int x3;
short x4;
};
struct point1043 demo1043(struct point1043 a) {
return a;
}
struct point1044 {
float x0;
int x1;
float x2;
int x3;
int x4;
};
struct point1044 demo1044(struct point1044 a) {
return a;
}
struct point1045 {
float x0;
int x1;
float x2;
int x3;
float x4;
};
struct point1045 demo1045(struct point1045 a) {
return a;
}
struct point1046 {
float x0;
int x1;
float x2;
float x3;
};
struct point1046 demo1046(struct point1046 a) {
return a;
}
struct point1047 {
float x0;
int x1;
float x2;
float x3;
char x4;
};
struct point1047 demo1047(struct point1047 a) {
return a;
}
struct point1048 {
float x0;
int x1;
float x2;
float x3;
short x4;
};
struct point1048 demo1048(struct point1048 a) {
return a;
}
struct point1049 {
float x0;
int x1;
float x2;
float x3;
int x4;
};
struct point1049 demo1049(struct point1049 a) {
return a;
}
struct point1050 {
float x0;
int x1;
float x2;
float x3;
float x4;
};
struct point1050 demo1050(struct point1050 a) {
return a;
}