lang-bootstrap/05/main.c

9 lines
178 B
C
Raw Normal View History

2022-01-19 22:23:29 -05:00
/*typedef struct {
2022-01-19 11:57:42 -05:00
int i[41];
long double d;
} (*x)(void);
2022-01-19 22:23:29 -05:00
*/
2022-01-24 13:22:16 -05:00
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
2022-01-24 14:06:52 -05:00
typedef int (*x)(Foo);
2022-01-23 10:37:00 -05:00
/* */