1 namespace N { struct SA { friend struct foo; }; }
2 namespace N { struct foo; }
3