diff options
Diffstat (limited to 'tests/headers/dynamic_loading_attributes.h')
-rw-r--r-- | tests/headers/dynamic_loading_attributes.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/dynamic_loading_attributes.h b/tests/headers/dynamic_loading_attributes.h deleted file mode 100644 index e2ca62b1..00000000 --- a/tests/headers/dynamic_loading_attributes.h +++ /dev/null @@ -1,11 +0,0 @@ -// bindgen-flags: --dynamic-loading TestLib --dynamic-link-require-all --enable-function-attribute-detection -/** - * @brief A function - * - * @param x - * @param y - * @return int - */ -__attribute__((warn_unused_result)) -int foo(int x, int y); -int baz() ; |