[libcxx] Use alias for detecting overriden function (#120805)
[llvm-project.git] / clang / test / Modules / Inputs / merge-friends / friend.h
blobbbbd8edb3a4f90c7a9e4094ba76b3cf7b71ec24f
1 namespace N { struct n8 { friend struct foo; }; }
2 #include "decl.h"