aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/friend13.C
blob: bec71df37b253cdffcd8ddc82de5c300d29f0301 (plain)
1
2
3
4
5
6
// PR c++/37558

class Foo {
 friend class Bar;
 friend void func(const class Bar*);
};