Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / f.h
blob1d8e2fd2881ee23d08dc7b97c43556bd06640c82
1 #ifndef F_H
2 #define F_H
3 #include "a.h"
4 #include "b.h"
5 const int f = a+b;
6 #endif