diff options
Diffstat (limited to 'tests/headers/struct_with_anon_struct_pointer.h')
-rw-r--r-- | tests/headers/struct_with_anon_struct_pointer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/struct_with_anon_struct_pointer.h b/tests/headers/struct_with_anon_struct_pointer.h deleted file mode 100644 index d92c8011..00000000 --- a/tests/headers/struct_with_anon_struct_pointer.h +++ /dev/null @@ -1,7 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -struct foo { - struct { - int a; - int b; - } *bar; -}; |