lang-bootstrap/05/main.c
2022-01-24 14:06:52 -05:00

8 lines
178 B
C

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