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

int*foo2()
{
}

int&foo3()
{
}