Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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 {};