summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-ver-def.c
blob: 9684ed2745297df7fdea692b1f98f5060e9636c5 (plain)
1
2
3
4
5
6
7
8
9
void foo(void)
{
   int a;
   int b;// comment

   /* comment */
   a = b;
   return;
}