summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/c/00414-align-typedef.c
blob: 8e63e4998b86c71ce2df05ec76219cdd6b00f13b (plain)
1
2
3
4
5
6
7
8
9
10
11

typedef int                           MY_INT;
typedef int                          *MY_INTP;
typedef int                         (*foo_t)(void *bar);
typedef int                         (*somefunc_t)(void *barstool);
typedef int                           int8_t __attribute__((__mode__(__QI__)));
typedef int                           uint8_t;
typedef struct _IDirectFBSurface      IDirectFBSurface;
typedef struct _IDirectFBPalette      IDirectFBPalette;
typedef struct timezone *__restrict   __timezone_ptr_t;