summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/05/main.c b/05/main.c
index 23a25c3..5499d36 100644
--- a/05/main.c
+++ b/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; }*);