summaryrefslogtreecommitdiff
path: root/tests/headers/repr-align.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/repr-align.hpp')
-rw-r--r--tests/headers/repr-align.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/repr-align.hpp b/tests/headers/repr-align.hpp
deleted file mode 100644
index 3347594b..00000000
--- a/tests/headers/repr-align.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// bindgen-flags: --raw-line '#![cfg(feature = "nightly")]' --rust-target 1.25 -- -std=c++11
-
-struct alignas(8) a {
- int b;
- int c;
-};
-
-struct alignas(double) b {
- int b;
- int c;
-};