Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodule-visibility / c.h
blob259b8c7c61c7bdd0e05a6650258f2e9744959406
1 #ifndef C_H_INCLUDED
2 #define C_H_INCLUDED
4 struct C {};
6 #endif