summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/00420-Issue-2278.c
blob: 2bab88ab60f852274119b922877649dff1c39f92 (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 );