Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / codegen-flags / use.cpp
blob378ff3124e75697a45de5c4f4f90780440943fe7
1 #include "foo.h"
2 void use() {
3 f1();
4 foo f;