/*typedef struct {
int i[41];
long double d;
} (*x)(void);
*/
typedef int *Foo[sizeof(unsigned short int)];