summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34317-align_func_proto_thresh.cpp
blob: e0d3488aa80a3c8d1944227ce81dada80e12c93b (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;
}