summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/blocks.h')
-rw-r--r--libbindgen/tests/headers/blocks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbindgen/tests/headers/blocks.h b/libbindgen/tests/headers/blocks.h
new file mode 100644
index 00000000..80420e6e
--- /dev/null
+++ b/libbindgen/tests/headers/blocks.h
@@ -0,0 +1,3 @@
+// bindgen-flags: -- -fblocks
+
+void atexit_b(void (^)(void));