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