aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-decl-order/a.h
blob: f505a424c7e6dfdc2de321a7bd983ce76b3c6468 (plain) (blame)
1
2
namespace N { struct SA { friend struct foo; }; }
namespace N { struct foo; }