summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/Issue-2278.c
blob: 1ecfecf5dc2dc53783f697ce4ca566d63043a0f9 (plain)
1
2
3
4
5
6
7
8
9
10
typedef int LIST_tzHEAD;
typedef int tucBOOL;
struct LIST_zNODE { int a; int b;};
struct LIST_zzzDATA { int a; int b;};

int foo1( LIST_tzHEAD *pList,
         tucBOOL ( *pFn )( struct LIST_zNODE *pNode,
                             struct LIST_zzzDATA *pListData,
                               void *arg1 ),
        void *arg2 );