[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / redecl-found-building-chains / b.h
blobf69dccb2a0f4ced1821b037992ed64ab087ed2f2
1 struct A; // ensure that loading b's canonical decl doesn't load the definition
2 struct A {};