summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index fd2f3cd..7dc9a0a 100644
--- a/05/main.c
+++ b/05/main.c
@@ -4,3 +4,10 @@
} (*x)(void);
*/
typedef int Foo[(char)((unsigned char)0xff + (unsigned char)0xf02)];
+typedef enum {
+ HELLO,
+ THERE,
+ TEST = 1-3,
+ EEE
+} y;
+typedef int Bar[EEE];