diff options
Diffstat (limited to 'tests/headers/layout.h')
-rw-r--r-- | tests/headers/layout.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/layout.h b/tests/headers/layout.h deleted file mode 100644 index b290ee85..00000000 --- a/tests/headers/layout.h +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: --rust-target 1.21 -// -// FIXME: https://github.com/rust-lang/rust-bindgen/issues/1498 - -struct header -{ - char proto; - unsigned int size __attribute__ ((packed)); - unsigned char data[] __attribute__ ((aligned(8))); -} __attribute__ ((aligned, packed)); |