aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs1.h')
-rw-r--r--test/testFuncs1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index 4a8a91a..ca9827e 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -156,6 +156,7 @@ void testfunc9999(void)
};
struct s* ps1;
+ /*these two should not be tagged by 18.1 since they are pointers to an incomplete type. the pointer is a complete type.*/
struct s** ps2;
struct s*** ps3;