summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/05/main.c b/05/main.c
index b23d08f..0f69d38 100644
--- a/05/main.c
+++ b/05/main.c
@@ -2,5 +2,18 @@
int i[41];
long double d;
} (*x)(void);
-*/
-typedef int *Foo[sizeof(unsigned short int)];
+
+/* typedef enum X { */
+/* R,S,T */
+/* } *Foo[sizeof(unsigned long)]; */
+/* typedef int A[T]; */
+
+typedef struct A {
+ int x, y;
+ long double c;
+ unsigned long d;
+ char e[3];
+ char c[2];
+ char d;
+ long f;
+} A;