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) { }