lang-bootstrap/05/main.c

17 lines
244 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 18:27:09 -05:00
typedef int Foo[(char)((unsigned char)0xff + (unsigned char)0xf02)];
2022-01-24 20:53:37 -05:00
typedef enum {
HELLO,
THERE,
TEST = 1-3,
2022-01-25 17:50:00 -05:00
EEE = TEST+4,
ASDFASDF,
FFF,
HELLO2
2022-01-24 20:53:37 -05:00
} y;
2022-01-25 17:50:00 -05:00
typedef int Bar[FFF];