diff options
Diffstat (limited to 'tests/headers/annotation_hide.hpp')
-rw-r--r-- | tests/headers/annotation_hide.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/headers/annotation_hide.hpp b/tests/headers/annotation_hide.hpp new file mode 100644 index 00000000..33bfb353 --- /dev/null +++ b/tests/headers/annotation_hide.hpp @@ -0,0 +1,5 @@ + +/** + * <div rustbindgen="true" hide="true"></div> + */ +struct C; |