diff options
Diffstat (limited to 'libbindgen/tests/headers/struct_with_packing.h')
-rw-r--r-- | libbindgen/tests/headers/struct_with_packing.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbindgen/tests/headers/struct_with_packing.h b/libbindgen/tests/headers/struct_with_packing.h deleted file mode 100644 index 1b9fe131..00000000 --- a/libbindgen/tests/headers/struct_with_packing.h +++ /dev/null @@ -1,4 +0,0 @@ -struct a { - char b; - short c; -} __attribute__((packed)); |