diff options
Diffstat (limited to 'libbindgen/tests/headers/opaque_in_struct.hpp')
-rw-r--r-- | libbindgen/tests/headers/opaque_in_struct.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libbindgen/tests/headers/opaque_in_struct.hpp b/libbindgen/tests/headers/opaque_in_struct.hpp deleted file mode 100644 index 3cffeb20..00000000 --- a/libbindgen/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; -}; |