Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
merge-decl-order
/
a.h
1
namespace N { struct SA { friend struct foo; }; }
2
namespace N { struct foo; }
3