lang-bootstrap/05/main.c
2022-01-26 18:00:47 -05:00

19 lines
272 B
C

/*typedef struct {
int i[41];
long double d;
} (*x)(void);
/* typedef enum X { */
/* R,S,T */
/* } *Foo[sizeof(unsigned long)]; */
/* typedef int A[T]; */
typedef struct A {
int x, y;
long double c;
unsigned long d;
char e[3];
char c[2];
char d;
long f;
} A;