diff options
Diffstat (limited to 'tests/headers/annotation_hide.hpp')
-rw-r--r-- | tests/headers/annotation_hide.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/headers/annotation_hide.hpp b/tests/headers/annotation_hide.hpp deleted file mode 100644 index 3c82c9a2..00000000 --- a/tests/headers/annotation_hide.hpp +++ /dev/null @@ -1,16 +0,0 @@ - -/** - * <div rustbindgen="true" hide="true"></div> - */ -struct C; - -/** - * <div rustbindgen opaque></div> - */ -struct D { - int a; -}; - -struct NotAnnotated { - int f; -}; |