[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / merge-friends / friend.h
blobbbbd8edb3a4f90c7a9e4094ba76b3cf7b71ec24f
1 namespace N { struct n8 { friend struct foo; }; }
2 #include "decl.h"