summaryrefslogtreecommitdiff
path: root/tests/headers/func_with_func_ptr_arg.h
blob: e9abcae68888cf4c93bb1bbcc56a8cbd29e69354 (plain)
1
2
3
void foo(void (*bar)());

void bar(void (*one)(int a, int b), void (*two)(int c, int d));