summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/friends.cpp
blob: 1b073b45b882b05f45c325412c5c9d3f754356db (plain)
1
2
3
4
5
6
class foo
{
friend void bar();
friend void none();
template <typename T> friend vector<T> vec();
};