summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index deea88f..3b094ad 100644
--- a/05/main.c
+++ b/05/main.c
@@ -24,5 +24,5 @@ typedef union B{
} c;
}B;
-typedef int x[sizeof(A)];
+typedef int x[sizeof(A)+sizeof"hello"];
typedef int y[sizeof(struct B)];