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