diff options
Diffstat (limited to 'tests/headers/struct_with_packing.h')
-rw-r--r-- | tests/headers/struct_with_packing.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/struct_with_packing.h b/tests/headers/struct_with_packing.h deleted file mode 100644 index 9ed50317..00000000 --- a/tests/headers/struct_with_packing.h +++ /dev/null @@ -1,6 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -// -struct a { - char b; - short c; -} __attribute__((packed)); |