summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33023-bug_651.cpp
blob: f0236016a63a6fa10b89f92dcd26a42433ca6703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
int a ()
{
  double a_very_long_variable = test (foobar1,
       foobar5);

  double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
       asdfasdfasdf - asdfasdf + 56598;

  a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
       asdfasdfasdf - asdfasdf + 56598;

  testadsfa (dfasdf,
       aaafsdfa);

  return 0;
}