summaryrefslogtreecommitdiff
path: root/tests/headers/allowlist_warnings.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/allowlist_warnings.h')
-rw-r--r--tests/headers/allowlist_warnings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/allowlist_warnings.h b/tests/headers/allowlist_warnings.h
new file mode 100644
index 00000000..83c9e259
--- /dev/null
+++ b/tests/headers/allowlist_warnings.h
@@ -0,0 +1,2 @@
+// bindgen-flags: --allowlist-function "doesnt_match_anything"
+int non_matched_function(int arg);