summaryrefslogtreecommitdiff
path: root/tests/headers/opaque_in_struct.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/opaque_in_struct.hpp')
-rw-r--r--tests/headers/opaque_in_struct.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/opaque_in_struct.hpp b/tests/headers/opaque_in_struct.hpp
deleted file mode 100644
index 12910e1f..00000000
--- a/tests/headers/opaque_in_struct.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
-
-
-/** <div rustbindgen opaque> */
-typedef struct opaque {
- int waht;
-} opaque;
-
-struct container {
- opaque contained;
-};