summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34118-Issue_2163.cpp
blob: afd04eb06ddac95a309c956e85e440de433e1d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * m
 */
void
m(){
	return 0;
}

/*
 * n
 */
void
n(){
	return 0;
}

/*
 * n
 */
int&
n( int& x ){
	return x;
}