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