3 lines
78 B
C++
3 lines
78 B
C++
namespace N { struct SA { friend struct foo; }; }
|
|
namespace N { struct foo; }
|
namespace N { struct SA { friend struct foo; }; }
|
|
namespace N { struct foo; }
|