summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1291.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1291.hpp')
-rw-r--r--tests/headers/issue-1291.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/headers/issue-1291.hpp b/tests/headers/issue-1291.hpp
deleted file mode 100644
index 4ec524f1..00000000
--- a/tests/headers/issue-1291.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// bindgen-flags: --rust-target 1.25
-// bindgen-unstable
-
-struct __attribute__((aligned(16))) RTCRay
- {
- float org[3];
- float align0;
- float dir[3];
- float align1;
- float tnear;
- float tfar;
- float time;
- unsigned mask;
- float Ng[3];
- float align2;
- float u;
- float v;
- unsigned geomID;
- unsigned primID;
- unsigned instID;
-};