1 // PR c++/37558
2 
3 class Foo {
4  friend class Bar;
5  friend void func(const class Bar*);
6 };
7