summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10043-Issue_3376.c
blob: 6874a9844f81e5492036d662a1141a0271df4f42 (plain)
1
2
3
4
5
int *ptr;
int *(* func1)(void (*param), void (*));
int *(* func2)(void (* callback)(void), void (*)(void));
int *(* func3)(void (* callback)(void), void (* )(void));
int *(*  func4)(void (*  callback)(void), void (*  )(void));