blob: f505a424c7e6dfdc2de321a7bd983ce76b3c6468 [file] [log] [blame]
Richard Smith8807e832015-02-12 23:21:45 +00001namespace N { struct SA { friend struct foo; }; }
2namespace N { struct foo; }