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