Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-decl-order / b.h
blob49b06cafd05ecc4d31d725fc4d7e29972f237eb8
1 namespace N { struct SB { friend struct foo; }; }
2 #include "a.h"