summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34315-align_func_proto_thresh.cpp
blob: c4f1a119bc261edaf6718fe81848a38bd1bf0dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}