llvm-for-llvmta/tools/clang/test/Modules/Inputs/merge-friends/friend.h

3 lines
68 B
C++

namespace N { struct n8 { friend struct foo; }; }
#include "decl.h"