Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodule-visibility / cycle1.h
blob05e85aef10d8075fdf95c8acbbb900db3a8274bf
1 #ifndef CYCLE1
2 #define CYCLE1
4 #include "cycle2.h"
6 struct C1 {};
8 #endif