summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/indent.cpp
blob: a8c4a5140ac27485f777e3b4ebad9997d8d8f79a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
int a ()
{
  double a_very_long_variable = test (foobar1,
  foobar5);
//3456789=123456789=123456789=123456789=

  double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  asdfasdfasdf - asdfasdf + 56598;
//3456789=123456789=123456789=123456789=

  a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  asdfasdfasdf - asdfasdf + 56598;
//3456789=123456789=123456789=123456789=

  testadsfa (dfasdf,
  aaafsdfa);
//3456789=123456789=123456789=123456789=

  return 0;
}