summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/sp_type_func.cpp
blob: 30e058e73392af8cd25fb64d7c3d0e434b5ff101 (plain)
1
2
3
4
5
6
7
8
9
10
11
int  foo1()
{
}

int*  foo2()
{
}

int&  foo3()
{
}