summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/align_func_proto_thresh.cpp
blob: df6b4dca278aab8bfcfc6c903f3a719e2f93abc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class AlignFuncProtoTest {
  public:
  void test1();
  void test2();
            SomeLongType findSomeLongType();
  void* test3();
  void test4(){ a=1;}
  double test5();
  void test6();
            SomeLongNamespace::OtherLongNamespace::SomeLongType findSomeLongType();
  void test7();
  void test8();
  void test9();
                     SomeLongNamespace::SomeLongType       long_var;
}