summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-26 16:40:11 -0500
committerpommicket <pommicket@gmail.com>2022-01-26 16:40:11 -0500
commit7ca37ea8dbf1a1fd73fc145a26f95e5fe70ac3e4 (patch)
treeff29ac8821d6bea1fd680c3197faea46878f1100 /05/main.c
parent73b6a685590e57ecb13defba459eb4ca3bb6c16b (diff)
commas starting to work
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index a95bc08..2e1c1d5 100644
--- a/05/main.c
+++ b/05/main.c
@@ -3,4 +3,5 @@
long double d;
} (*x)(void);
*/
-typedef int Foo;
+typedef int *Foo[3+342<<5];
+typedef int A, *B[10];