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