i forgot about commas ...

This commit is contained in:
pommicket 2022-01-25 18:28:26 -05:00
parent 47d801cd34
commit fb564812c2
4 changed files with 35 additions and 20 deletions

View file

@ -3,14 +3,4 @@
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];
typedef int Foo(struct Bar { int x, y; }*);