Clang Project

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