12 lines
222 B
C
12 lines
222 B
C
/*typedef struct {
|
|
int i[41];
|
|
long double d;
|
|
} (*x)(void);
|
|
*/
|
|
#if 5+FLURGE==5
|
|
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
|
|
typedef int (*x)(Foo);
|
|
#else
|
|
typedef aaa x;
|
|
#endif
|
|
/* */
|