From b016bc541ad172479f83615eddf49c129b2ddb74 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Sat, 3 Jan 2015 14:03:44 +0000 Subject: Recurse through arrays and pointers to anonymous structs. Closes #150. --- tests/headers/struct_with_anon_struct_array.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/headers/struct_with_anon_struct_array.h') diff --git a/tests/headers/struct_with_anon_struct_array.h b/tests/headers/struct_with_anon_struct_array.h index 2d9d7bdd..9ea977e8 100644 --- a/tests/headers/struct_with_anon_struct_array.h +++ b/tests/headers/struct_with_anon_struct_array.h @@ -3,4 +3,8 @@ struct foo { int a; int b; } bar[2]; + struct { + int a; + int b; + } baz[2][3][4]; }; -- cgit v1.2.3