summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/30813-misc5.cpp
blob: e8ffaf271c8d3a2ef45ed48f45e53526592cecde (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));
}