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

int*  foo2()
{
}

int&  foo3()
{
}