summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-26 17:01:06 -0500
committerpommicket <pommicket@gmail.com>2022-01-26 17:01:06 -0500
commit387d650cab0c9b250008e8c06a592f621e01d551 (patch)
treee5698c479eddc1d6a168b0ecb9fa096b0cce45d0 /05/main.c
parent7ca37ea8dbf1a1fd73fc145a26f95e5fe70ac3e4 (diff)
restore casts, sizeof
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/05/main.c b/05/main.c
index 2e1c1d5..b23d08f 100644
--- a/05/main.c
+++ b/05/main.c
@@ -3,5 +3,4 @@
long double d;
} (*x)(void);
*/
-typedef int *Foo[3+342<<5];
-typedef int A, *B[10];
+typedef int *Foo[sizeof(unsigned short int)];