lang-bootstrap/05/main.c

8 lines
115 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-26 16:40:11 -05:00
typedef int *Foo[3+342<<5];
typedef int A, *B[10];