Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / dependency-gen-included.h
blob0e1cdfcd1e18ef57a56f6f33db21eb4a1c2cf91a
1 //#ifndef DEPENDENCY_GEN_INCLUDED_H
2 //#define DEPENDENCY_GEN_INCLUDED_H
4 #include "Inputs/dependency-gen-included2.h"
6 void g() {
9 //#endif