summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/34316-align_func_proto_thresh.cpp
blob: 1bbde49b09c74862aa64225a96ae4c8396d3db42 (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;
}