lang-bootstrap/05/main.c
2022-01-25 17:50:00 -05:00

16 lines
244 B
C

/*typedef struct {
int i[41];
long double d;
} (*x)(void);
*/
typedef int Foo[(char)((unsigned char)0xff + (unsigned char)0xf02)];
typedef enum {
HELLO,
THERE,
TEST = 1-3,
EEE = TEST+4,
ASDFASDF,
FFF,
HELLO2
} y;
typedef int Bar[FFF];