summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/misc5.cpp
blob: 570a4a76d050dd3a7411160c521483cf8913b997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef std::list<StreamedData*>::iterator iterator;
double foo()
{
 if (a<bar()> c)
{
throw int();
return(double());
}
 call_a_function(42,
                   double(-1),
                    "charray");
return(foo(n));
}