summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34140-bug_1027.cpp
blob: 5ccafd2b4135a4f150b5a1e4c804a42de9768fbf (plain)
1
2
3
4
5
int * fn1();
mytype * fn2();
myttype<float> * fn3();
myttype<float> * myclass::fn4();
myttype * myclass::fn5();