From 3f500898aa5b45b423348846d794463585ef34ee Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 16 Mar 2020 17:50:43 -0500 Subject: Add ast2 array expression support, cleanup debug output --- tests/include/tast2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/include') diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 1a2789b..ced3a44 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -32,7 +32,7 @@ typedef struct { char *a1; int *a2[1]; } A19, *A19p; typedef struct A20 { char a1; } A20, A21, *A21p; //Expression -//typedef struct A21 { int **f1; int abc[123+132]; } A21; +typedef struct A22 { int **f1; int *f2[123+132]; } A22; //Unions //union UNION1 {int f1; }; -- cgit v1.2.3