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

int* foo2()
{
}

int& foo3()
{
}