summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/05/main.c b/05/main.c
index 0f69d38..31c99fc 100644
--- a/05/main.c
+++ b/05/main.c
@@ -13,7 +13,7 @@ typedef struct A {
long double c;
unsigned long d;
char e[3];
- char c[2];
- char d;
long f;
} A;
+
+typedef int x[(int)&((struct A*)0)->e];