diff options
Diffstat (limited to 'tests/headers/opaque_in_struct.hpp')
-rw-r--r-- | tests/headers/opaque_in_struct.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/opaque_in_struct.hpp b/tests/headers/opaque_in_struct.hpp deleted file mode 100644 index 3cffeb20..00000000 --- a/tests/headers/opaque_in_struct.hpp +++ /dev/null @@ -1,10 +0,0 @@ - - -/** <div rustbindgen opaque> */ -typedef struct opaque { - int waht; -} opaque; - -struct container { - opaque contained; -}; |