summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_anon_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/struct_with_anon_struct.h')
-rw-r--r--tests/headers/struct_with_anon_struct.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/struct_with_anon_struct.h b/tests/headers/struct_with_anon_struct.h
deleted file mode 100644
index a5e8476d..00000000
--- a/tests/headers/struct_with_anon_struct.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
-//
-struct foo {
- struct {
- int a;
- int b;
- } bar;
-};