diff options
Diffstat (limited to 'tests/headers/func_with_func_ptr_arg.h')
-rw-r--r-- | tests/headers/func_with_func_ptr_arg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/func_with_func_ptr_arg.h b/tests/headers/func_with_func_ptr_arg.h deleted file mode 100644 index e9abcae6..00000000 --- a/tests/headers/func_with_func_ptr_arg.h +++ /dev/null @@ -1,3 +0,0 @@ -void foo(void (*bar)()); - -void bar(void (*one)(int a, int b), void (*two)(int c, int d)); |