summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/global-vars.c
blob: 9576341b1bed15dd65dfd5fd4c8ea80d21766788 (plain)
1
2
3
4
5
6
7

static int another_try;
struct something yup;
align_me_t  please;
const char *name = "hello";
static nothing really;