From 7ca37ea8dbf1a1fd73fc145a26f95e5fe70ac3e4 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Jan 2022 16:40:11 -0500 Subject: commas starting to work --- 05/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '05/main.c') 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]; -- cgit v1.2.3