summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30094-bug_495.cpp
blob: d7db1238e24a418838675d23ddfcb72f33a8176e (plain)
1
2
3
4
5
6
7
8
9
void f()
{
   toto
      foo1(int);
   toto
      foo2(bar);
   int
      foo3;
}