diff options
Diffstat (limited to 'tests/headers/dynamic_loading_with_blocklist.hpp')
-rw-r--r-- | tests/headers/dynamic_loading_with_blocklist.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/headers/dynamic_loading_with_blocklist.hpp b/tests/headers/dynamic_loading_with_blocklist.hpp deleted file mode 100644 index 81266d1f..00000000 --- a/tests/headers/dynamic_loading_with_blocklist.hpp +++ /dev/null @@ -1,15 +0,0 @@ -// bindgen-flags: --dynamic-loading TestLib --blocklist-function baz - -class X { - int _x; - - public: - X(int x); - - void some_function(); - void some_other_function(); -}; - -int foo(void *x); -int bar(void *x); -int baz(void *x); |