6 lines
100 B
C
6 lines
100 B
C
struct DefinedInBImpl {
|
|
void f();
|
|
struct Inner {};
|
|
friend void FoundByADL(DefinedInBImpl);
|
|
};
|