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