summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/bits.c
blob: 9a12f484c81cec2cefe56890d945977d7aa81c85 (plain)
1
2
3
4
5
6
7
struct foo {
  unsigned long bar;
  u_int ndots : 4,
nsort: 4,
: 0; 
};