From 6935ccb534c288a305f873d6b38bda646876b63d Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Mon, 29 Dec 2014 21:40:49 +0100 Subject: Support more composite field types. --- tests/headers/struct_with_anon_struct_pointer.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/headers/struct_with_anon_struct_pointer.h (limited to 'tests/headers/struct_with_anon_struct_pointer.h') diff --git a/tests/headers/struct_with_anon_struct_pointer.h b/tests/headers/struct_with_anon_struct_pointer.h new file mode 100644 index 00000000..0c486d84 --- /dev/null +++ b/tests/headers/struct_with_anon_struct_pointer.h @@ -0,0 +1,6 @@ +struct foo { + struct { + int a; + int b; + } *bar; +}; -- cgit v1.2.3