predicate aware uninitialized analysis
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / friend13.C
blobbec71df37b253cdffcd8ddc82de5c300d29f0301
1 // PR c++/37558
3 class Foo {
4  friend class Bar;
5  friend void func(const class Bar*);
6 };