i forgot about commas ...
This commit is contained in:
parent
47d801cd34
commit
fb564812c2
4 changed files with 35 additions and 20 deletions
12
05/main.c
12
05/main.c
|
@ -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; }*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue