summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/c/00145-vardefcol.c
blob: 1238be0d6881c2c65b3fa9339b4331f9c3efd04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static string foo,
              bar;

void f()
{
   SomeNamedType *var1,
                 *var2;
}

void b()
{
   AnotherType var1,
               var2;
}