From e06917f40f5bd3a4b4bec51d05d85dffa4eb5867 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 30 Mar 2020 15:46:34 -0500 Subject: c2nImport ret, del specials from header, cache if exec not die, ast2 type pragma improvements --- tests/include/tast2.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/include') diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 8e84b01..db539c7 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -19,6 +19,10 @@ struct A0 { int f1; }; +struct A4 { + float f1; +}; + typedef char *A9p[3]; //, A9[4]; typedef char *A10[3][6]; typedef char *(*A11)[3]; @@ -127,6 +131,10 @@ struct A0 { int f1; }; +struct A4 { + float f1; +}; + typedef char *A9p[3]; //, A9[4]; typedef char *A10[3][6]; typedef char *(*A11)[3]; -- cgit v1.2.3