From e8baeb92294328d9750469f852816c5a47375954 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 27 May 2020 10:25:48 -0500 Subject: Fix #222 --- 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 b8433f9..019f7c4 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -90,7 +90,7 @@ typedef char *(*A11)[3]; typedef struct A0 *A111[12]; typedef int - **(*A12)(int, int b, int *c, int *, int *count[4], int (*func)(int, int)), + **(*A12)(int, int b, int *c, int *, int /*out*/ *count[4], int (*func)(int, int)), **(*A121)(float, float b, float *c, float *, float *count[4], float (*func)(float, float)), **(*A122)(char, char b, char *c, char *, char *count[4], char (*func)(char, char)); typedef int (*A13)(int, int, void (*func)(void)); -- cgit v1.2.3