summaryrefslogtreecommitdiff
path: root/tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp')
-rw-r--r--tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp b/tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp
deleted file mode 100644
index 21550307..00000000
--- a/tests/headers/attribute_warn_unused_result_no_attribute_detection.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// bindgen-flags: --rust-target 1.27
-
-class Foo {
-public:
- __attribute__((warn_unused_result))
- int foo(int);
-};
-
-__attribute__((warn_unused_result))
-int foo(int);