OSDN Git Service

2011-10-16 Janus Weil <janus@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / friend13.C
1 // PR c++/37558
2
3 class Foo {
4  friend class Bar;
5  friend void func(const class Bar*);
6 };