summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2163.cpp
blob: 543b9827262cec97f39047e88147893f8488ba4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * m
 */
void
m(){ return 0; }
/*
 * n
 */
void
n(){ return 0; }
/*
 * n
 */
int&
n( int& x ){ return x; }