From 0d1445a8ac26bd842edf491a780fffc515fa1066 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 18 Mar 2020 23:47:00 -0500 Subject: ast2 getNameInfo cleanup, initial skip/override support --- tests/include/tast2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/include') diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 200b4c8..7c595e4 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -15,7 +15,7 @@ typedef int *A6; typedef A0 **A7; typedef void *A8; -typedef char *A9[3]; +typedef char *A9p[3]; //, A9[4]; typedef char *A10[3][6]; typedef char *(*A11)[3]; @@ -41,4 +41,4 @@ typedef union U2 { int **f1; int abc[123+132]; } U2; // Anonymous //typedef struct { char a1; }; -struct A2 test_proc1(struct A0 a); \ No newline at end of file +//struct A2 test_proc1(struct A0 a); \ No newline at end of file -- cgit v1.2.3