summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/10080-UNI-10496.cpp
blob: 81122be88d00a78ab6ad2c46b39e9c99a68d96a0 (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)
{
}