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 a8149f8..008efd1 100644
--- a/05/main.c
+++ b/05/main.c
@@ -46,7 +46,7 @@
/* long b; */
/* } x1[] = {0x1234567890, 1ul<<60|1ul<<3, 77}; */
/* int y1 = 0x12345678; */
-typedef int R[sizeof "hi" / sizeof "hi"[0]];
+typedef int R[*(int*)3];
/* struct { */
/* int x[2], y; */