summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34198-bug_1249.cpp
blob: 65637efe47047b3c42ba6f0739b5cee45fa1a43c (plain)
1
2
3
4
5
6
7
8
9
10
11
friend class ::GameObject;
void GameObject::Foo();

auto x = ::GlobalFunc();

friend void ::testing::PrintDebugInformationForFakesInUse();

template<class TransferFunction>
void ::DateTime::Transfer(TransferFunction & transfer)
{
}