6 lines
95 B
C
6 lines
95 B
C
/*typedef struct {
|
|
int i[41];
|
|
long double d;
|
|
} (*x)(void);
|
|
*/
|
|
typedef long int unsigned Foo;
|