From c5e978c2efe8557862944a7471eb9a3356b0f3f4 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 23 Mar 2020 22:07:39 -0500 Subject: ast2 override final, void return and param fixes, multi proc support --- 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 b867020..84505db 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -25,7 +25,7 @@ typedef char *(*A11)[3]; typedef struct A1 *A111[12]; typedef int **(*A12)(int, int b, int *c, int *, int *count[4], int (*func)(int, int)); -typedef int A13(int, int); +typedef int A13(int, int, void (*func)(void)); struct A14 { volatile char a1; }; struct A15 { char *a1; const int *a2[1]; }; -- cgit v1.2.3